Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanbehan/weightwatchr
Spine, localStorage weight tracker
https://github.com/seanbehan/weightwatchr
Last synced: 25 days ago
JSON representation
Spine, localStorage weight tracker
- Host: GitHub
- URL: https://github.com/seanbehan/weightwatchr
- Owner: seanbehan
- Created: 2012-02-25T15:13:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T15:54:44.000Z (almost 13 years ago)
- Last Synced: 2024-11-16T16:11:38.196Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeightWatchr
A simple Spine, localStorage application that tracks your weight.
You can preview the app here http://seanbehan.com/weightwatchr
There is a Spine presentation here http://seanbehan.com/weightwatchr/presentation.html
## Installation
The Spine application code is written in Coffeescript in lib/application.coffee. When the file is saved it is compiled (with Guard) to the lib/application.js file.
If you make any changes to lib/application.coffee and want automatic compilation, Ruby and Rubygems are required. Otherwise just
manually compile Coffeescript yourself.```bash
git clone [email protected]:bseanvt/weightwatchr.git
cd weightwatchr
bundle install
bundle exec guard # Coffeescript should compile automatically!
```This is just a regular HTML/Javascript application so it should run in any browser without the need for a server. Just open the index.html file and everything is good to go!