Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieczorek1990/weigh-ins
https://github.com/wieczorek1990/weigh-ins
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wieczorek1990/weigh-ins
- Owner: wieczorek1990
- Created: 2014-10-27T18:07:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T07:00:14.000Z (about 5 years ago)
- Last Synced: 2024-11-24T15:16:17.590Z (2 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
weigh-ins
---------Type: hobby project
----
Weigh-ins app with realtime chart/table changes, plain text import/export.
Currently single user.
Components:
* firebase,
* highcharts,
* slim,
* coffeescript,
* jquery,
* jquery-datepicker,
* bootstrap,
* bootstrap-datepicker,
* bootstrap-validator,
* bootstrap-filestyle,
* i18n-js,
* handlebars,
* alertify,
* filereader,
* spin.Firebase schema:
```
root
users
username
weigh-ins
date: weight
```