Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkpxl/jawbone-up-tracker
https://github.com/drkpxl/jawbone-up-tracker
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drkpxl/jawbone-up-tracker
- Owner: drkpxl
- License: mit
- Created: 2013-12-22T20:57:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T20:59:03.000Z (about 11 years ago)
- Last Synced: 2024-11-29T22:12:32.003Z (27 days ago)
- Language: Ruby
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
upstats
=======This is a simple rails 4 / ruby 2 dashboard website for displaying information from the Jawbone Up wristband. It interacts with the Jawbone Up api.
You can check out a demo at [http://upstats.herokuapp.com](http://upstats.herokuapp.com)
setup
=====UpStats uses a small postgres database to keep some user information in it like first name, last name and your token for communicating with the Jawbone Api. It does not save any other information about your stats.
development
===========All the information for the jawbone api is in the lib/jawbone folder. There is some interesting stuff there if you want to figure out how to communicate with the api.
run your own
============It's really easy, just make sure you checkout the code, have rails 4 and ruby 2 installed.