An open API service indexing awesome lists of open source software.

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.

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.

![desktop](screenshot.png)

## 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.