BangleApps/apps/banglerun
singintime 2e8b9ac2cb Added guards against NaN 2021-01-26 09:59:16 +01:00
..
src Added guards against NaN 2021-01-26 09:59:16 +01:00
.gitignore banglerun v0.05 2020-08-31 10:16:16 +02:00
ChangeLog Added guards against NaN 2021-01-26 09:59:16 +01:00
README.md banglerun v0.06 - HDOP from GPS, added README 2021-01-13 23:34:49 +01:00
app-icon.js Added app for running 2020-04-20 00:21:57 +02:00
app.js Added guards against NaN 2021-01-26 09:59:16 +01:00
banglerun.png Added app for running 2020-04-20 00:21:57 +02:00
interface.html Added Interface file to allow downloading (and deletion!) of BangleRun data files 2021-01-06 16:05:01 +00:00
jasmine.json banglerun v0.05 2020-08-31 10:16:16 +02:00
package.json banglerun v0.06 - HDOP from GPS, added README 2021-01-13 23:34:49 +01:00
rollup.config.js banglerun v0.05 2020-08-31 10:16:16 +02:00
tsconfig.json banglerun v0.05 2020-08-31 10:16:16 +02:00
tsconfig.spec.json banglerun v0.05 2020-08-31 10:16:16 +02:00

README.md

BangleRun

An app for running sessions. Displays info and logs your run for later viewing.

Compilation

The app is written in Typescript, and needs to be transpiled in order to be run on the BangleJS. The easiest way to perform this step is by using the ubiquitous NPM package manager.

After having installed NPM for your platform, checkout the BangleApps repo, open a terminal, and navigate into the apps/banglerun folder. Then issue:

npm i

to install the project's build tools, and:

npm run build

To build the app. The last command will generate the app.js file, containing the transpiled code for the BangleJS.