Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirkitree/yammer-fitbit-js
Post your fitbit badges to yammer.
https://github.com/sirkitree/yammer-fitbit-js
Last synced: 10 days ago
JSON representation
Post your fitbit badges to yammer.
- Host: GitHub
- URL: https://github.com/sirkitree/yammer-fitbit-js
- Owner: sirkitree
- Created: 2012-04-29T01:51:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-03T01:43:59.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T14:52:04.051Z (10 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yammer Fitbit Integration
_Posts your Fitbit badges to Yammer._## General plan
* Use the [Oauth](https://github.com/ciaranj/node-oauth) module to connect to Yammer and Fitbit (yammer-client.js, fitbit-client.js).
* Create files yammer-keys.js and fitbit-keys.js to insert your consumer keys and urls provided by each site. (See yammer-keys.template.js and fitbit-keys.template.js)
* Create yammer-fitbit.js to use the clients and do the reading from Fitbit and the posting to Yammer.## References
* Take a look at [Nyam](https://github.com/csanz/node-nyam) for example on how to use Oauth and connect to use Yammer.
* Take a look at [Fitbit-js](https://github.com/smurthas/fitbit-js) for an example on how to connect to and use Fitbit api. (Perhaps even use it.)
* Obtain new [Fitbit API Keys](https://dev.fitbit.com/apps/new).
* Obtain new [Yammer API Keys](https://www.yammer.com/client_applications/new).