Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitode909/vital2mackerel
Post fitbit's vital data to mackerel.io
https://github.com/hitode909/vital2mackerel
Last synced: 28 days ago
JSON representation
Post fitbit's vital data to mackerel.io
- Host: GitHub
- URL: https://github.com/hitode909/vital2mackerel
- Owner: hitode909
- Created: 2015-12-21T09:09:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T10:06:08.000Z (about 9 years ago)
- Last Synced: 2024-10-15T15:43:57.141Z (2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vital2mackerel
Post fitbit's vital data to mackerel.io.
You can monitor your heart beat rate.
![](https://i.gyazo.com/6b0e8ccf6135bd99a87fec0f5b770b51.png)
You need your fitbit application and mackerel's API key.
```
% bundle install
% RESTCLIENT_LOG=stdout FITBIT_CLIENT_ID=*** FITBIT_CLIENT_SECRET=*** MACKEREL_API_KEY=*** bundle exec -- rerun -- thin start --port=9003 -R config.ru
% open http://localhost:9003/
```