Skip to content

Auqkwa-Tech-LLC/spark-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-web

This repository contains the web frontend for the spark plugin.

The site is merely a single static web page. Content storage is handled separately, and page rendering & interactivity is implemented using JavaScript (& jQuery). Data is transferred from the plugin using a separate hosting service, which acts as a middle man. An "id" is provided as a query param / fragment identifier in the URL to indicate the storage key of the data. The content is then loaded via an AJAX request.

The stateless nature of the site means it can be hosted using GitHub Pages, or just from a folder on your Desktop, which is kinda neat.

A production branch can be found at sparkprofiler/sparkprofiler.github.io, which publishes using GitHub Pages at https://sparkprofiler.github.io/.

Contributions

Yes please - but please open an issue or ping me on Discord (so we can discuss ideas) before working on a big change!

License

GPLv3 - Since much of the project is based on WarmRoast, we inherit it's license.

About

Web frontend for spark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • CSS 23.0%
  • HTML 7.3%