From e30c41fb047394d74a93b67bf1bea69aa5ca2026 Mon Sep 17 00:00:00 2001 From: Tom Wallroth Date: Mon, 8 Apr 2024 23:52:54 +0200 Subject: [PATCH] wip --- apps/lift/README.md | 16 +++++----------- apps/lift/{app.js => lift.app.js} | 0 apps/lift/metadata.json | 6 +++--- 3 files changed, 8 insertions(+), 14 deletions(-) rename apps/lift/{app.js => lift.app.js} (100%) diff --git a/apps/lift/README.md b/apps/lift/README.md index 12af8a9f4..b9e3e7a5d 100644 --- a/apps/lift/README.md +++ b/apps/lift/README.md @@ -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. ![screenshot](screenshot.png) ## 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. - -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) +The watch will vibrate to let you know when your rest time is up. ## Credits Created by: devsnd -Inspired by: NovaDawn999 diff --git a/apps/lift/app.js b/apps/lift/lift.app.js similarity index 100% rename from apps/lift/app.js rename to apps/lift/lift.app.js diff --git a/apps/lift/metadata.json b/apps/lift/metadata.json index b5d2ae34e..0c14df0c1 100644 --- a/apps/lift/metadata.json +++ b/apps/lift/metadata.json @@ -1,15 +1,15 @@ { "id": "lift", - "name": "Lift Workout App", + "name": "Lift - Workout Timer App", "shortName":"Lift", "version": "0.01", "description": "Rest and Set counter for workout, fitness and lifting things.", "icon": "app.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"], "readme": "README.md", "storage": [ - {"name":"app.js","url":"app.js"}, + {"name":"lift.app.js","url":"lift.app.js"}, {"name":"lift.img","url":"app-icon.js","evaluate":true} ] }