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
- Host: GitHub
- URL: https://github.com/markshust/twitter-nfl-liveupdate
- Owner: markshust
- Created: 2015-10-31T14:40:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T04:08:26.000Z (over 10 years ago)
- Last Synced: 2024-12-27T06:26:36.158Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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