This is the code used for both:
- Bangle.js App Loader : https://github.com/espruino/BangleApps
- Espruino App Loader : https://github.com/espruino/EspruinoApps
It forms a simple free "App Store" website that can be used to load applications onto embedded devices.
See https://github.com/espruino/BangleApps for more details on usage and the
format of apps.json
.
To test different changes:
- Clone the
BangleApps
repository on your local machine. - Make changes to this submodule inside the BangleApps folder
core
. In GitHub web, it's shown as a link to the submodule, but in a clone on your PC, it has all the files that this module has. - Test using
index.html
, and when you are ready, migrate changes to here - Create a PR to merge your changes with the upstream repository