Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```