https://github.com/doersino/leichter
A bare-bones weight tracking app with a simple and responsive web interface.
https://github.com/doersino/leichter
php weight-tracking
Last synced: 8 months ago
JSON representation
A bare-bones weight tracking app with a simple and responsive web interface.
- Host: GitHub
- URL: https://github.com/doersino/leichter
- Owner: doersino
- License: mit
- Created: 2015-09-06T13:58:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T12:03:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T17:28:57.175Z (8 months ago)
- Topics: php, weight-tracking
- Language: PHP
- Size: 240 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leichter
A bare-bones weight tracking app with a simple and responsive web interface. "Leichter" is German for *lighter*, which is about as imaginative a name as I was able to come up with in a minute.

## Installation
1. [Make sure](http://stackoverflow.com/questions/1066521/php-with-sqlite3-support) to install on a webserver with PHP and SQLite3 support
2. Create a file `config.php` with the following content, replacing `""` with a password if you wish to password-protect your instance (you can also set an API key to expose a simple API for adding a weight – I use this via iOS Shortcuts) and setting a path to the database file, which will be created in the next step:```php
leichter.csv
```---
Note that the [license](https://github.com/doersino/leichter/blob/master/LICENSE) does not apply to files in `lib/`, those come with their own licenses.