wip
parent
abb6555137
commit
e30c41fb04
|
|
@ -1,22 +1,16 @@
|
||||||
# Guitar Songs
|
# Lift
|
||||||
|
|
||||||
Upload lyrics and chords to your BangleJS2. Play songs at the camp fire.
|
An app to keep track of your sets when lifting things and to keep track of your rest when not lifting things.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Install the app. Use the App Loader to add songs to the watch.
|
Install the app. Set the number of sets and the rest between sets. Once you tap "GO" the app is only
|
||||||
|
operated using the physical button on the watch, to avoid accidental touches during workout.
|
||||||
|
|
||||||
You can scroll through the chords by dragging your finger left and right.
|
The watch will vibrate to let you know when your rest time is up.
|
||||||
|
|
||||||
You can scroll the lyrics by dragging it up and down.
|
|
||||||
|
|
||||||
## Attribution
|
|
||||||
|
|
||||||
[Fire icon created by Freepik - Flaticon](https://www.flaticon.com/free-icons/fire)
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Created by: devsnd
|
Created by: devsnd
|
||||||
Inspired by: NovaDawn999
|
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
{ "id": "lift",
|
{ "id": "lift",
|
||||||
"name": "Lift Workout App",
|
"name": "Lift - Workout Timer App",
|
||||||
"shortName":"Lift",
|
"shortName":"Lift",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Rest and Set counter for workout, fitness and lifting things.",
|
"description": "Rest and Set counter for workout, fitness and lifting things.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url": "screenshot.png"}, {"url": "screenshot2.png"}, {"url": "screenshot3.png"}, {"url": "screenshot4.png"}],
|
"screenshots": [{"url": "screenshot.png"}, {"url": "screenshot2.png"}, {"url": "screenshot3.png"}, {"url": "screenshot4.png"}],
|
||||||
"tags": "workout, weight lifting, rest, fitness",
|
"tags": "workout,weight lifting,rest,fitness,timer",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"app.js","url":"app.js"},
|
{"name":"lift.app.js","url":"lift.app.js"},
|
||||||
{"name":"lift.img","url":"app-icon.js","evaluate":true}
|
{"name":"lift.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue