Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastak/fitbit2mackerel
https://github.com/pastak/fitbit2mackerel
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pastak/fitbit2mackerel
- Owner: pastak
- License: mit
- Created: 2016-01-05T02:38:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T16:13:59.000Z (almost 9 years ago)
- Last Synced: 2024-10-24T23:20:39.593Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fitbit2mackerel
Post Fitbit data to mackerel.io.
inspired by [hitode909/vital2mackerel](https://github.com/hitode909/vital2mackerel)
[![https://gyazo.com/fd47b890fd80e8004fe2dce440a0c2bf](https://i.gyazo.com/fd47b890fd80e8004fe2dce440a0c2bf.png)](https://gyazo.com/fd47b890fd80e8004fe2dce440a0c2bf)
[![https://gyazo.com/808a0a749bacd39dec7f6d7e77a2a9de](https://i.gyazo.com/808a0a749bacd39dec7f6d7e77a2a9de.png)](https://gyazo.com/808a0a749bacd39dec7f6d7e77a2a9de)
# Setup
- `$ mv config.sample.js config.js` and fill in.
- `$ npm install`
- `$ node index.js` then post to mackerel.
- It is good to set in crontab `* * * * * node /path/to/dir/index.js`