https://github.com/janecakemaster/life-api
life is a WIP
https://github.com/janecakemaster/life-api
Last synced: 3 months ago
JSON representation
life is a WIP
- Host: GitHub
- URL: https://github.com/janecakemaster/life-api
- Owner: janecakemaster
- License: other
- Created: 2016-04-06T03:27:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T14:04:50.000Z (over 8 years ago)
- Last Synced: 2024-10-19T21:19:47.363Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 533 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# life-api
self quantification without wearables -- keep your data and have it too
## Setup
```bash
git clone https://github.com/janecakemaster/life-api.git
cd life-api
npm install
npm run build # default gulp task
```Start server with
```
npm start
```## Demo
Make sure to have [CouchDB](http://docs.couchdb.org/en/1.6.1/index.html) running in the background. then `gulp` and `npm run watch`. this runs the demo environment with some cool new data
## Questions? Comments?
Open an issue or [@](https://twitter.com/janecakemaster) me## License
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)