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

https://github.com/markshust/twitter-nfl-liveupdate

Tweets NFL LiveUpdate data from Firebase
https://github.com/markshust/twitter-nfl-liveupdate

Last synced: 10 months ago
JSON representation

Tweets NFL LiveUpdate data from Firebase

Awesome Lists containing this project

README

          

# markoshust/twitter-nfl-liveupdate

This script listens to the Firebase https://nfl-liveupdate.firebaseio.com/ and tweets out live scores from the NFL in real-time.

## Consumer Usage

Follow `@NFL_LiveUpdate` for live, real-time score updates of NFL games!

## Developer Usage

Set the following environment variables, and then run `node index.js`.

- `FIREBASE_AUTH_TOKEN`
- `TWITTER_CONSUMER_KEY`
- `TWITTER_CONSUMER_SECRET`
- `TWITTER_ACCESS_TOKEN`
- `TWITTER_ACCESS_TOKEN_SECRET`

## Related Projects

- `https://github.com/markoshust/firebase-nfl-liveupdate`