mirror of https://github.com/espruino/BangleApps
cleanup for PR
parent
ebc5f5cf5b
commit
5d2427dff2
|
@ -1,4 +1,5 @@
|
|||
0.01: New App!
|
||||
0.02: Added README.md
|
||||
0.03: Icon update
|
||||
0.04: Icon Fix
|
||||
0.04: Icon Fix
|
||||
0.05: Misc cleanup for PR
|
|
@ -1,10 +1,11 @@
|
|||
# Burn: Calorie Counter
|
||||
|
||||
Burn is a calorie counter application for Bangle.js (Espruino). It is based on the original Counter app and has been enhanced with additional features.
|
||||
Burn is a simple calorie counter application. It is based on the original Counter app and has been enhanced with additional features (I recommend using
|
||||
it with the "Digital Clock Widget", if you intend to keep it running).
|
||||
|
||||
## Features
|
||||
|
||||
- **Persistent counter**: The counter value is saved to a file, so it persists even when the app is closed or the device is restarted.
|
||||
- **Persistent counter**: The counter value is saved to flash, so it persists even when the app is closed or the device is restarted.
|
||||
- **Daily reset**: The counter resets each day, allowing you to track your calorie intake on a daily basis.
|
||||
- **Adjustable increment value**: You can adjust the increment value to suit your needs.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "burn",
|
||||
"name": "Burn",
|
||||
"version": "0.04",
|
||||
"description": "Simple Calorie Counter -- saves to flash (kcal.txt) and resets at midnight",
|
||||
"version": "0.05",
|
||||
"description": "Simple Calorie Counter -- saves to flash and resets at midnight. I often keep mine running while the digital clock widget is at the top",
|
||||
"icon": "burn_icon.png",
|
||||
"tags": "tool",
|
||||
"readme":"README.md",
|
||||
|
|
Loading…
Reference in New Issue