https://github.com/markshust/firebase-nfl-liveupdate
Syncs NFL LiveUpdate data to Firebase
https://github.com/markshust/firebase-nfl-liveupdate
Last synced: about 1 year ago
JSON representation
Syncs NFL LiveUpdate data to Firebase
- Host: GitHub
- URL: https://github.com/markshust/firebase-nfl-liveupdate
- Owner: markshust
- Created: 2015-10-30T02:26:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T21:33:39.000Z (over 10 years ago)
- Last Synced: 2025-03-25T09:49:19.294Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markoshust/firebase-nfl-liveupdate
This script runs an infinite loop that updates the Firebase https://nfl-liveupdate.firebaseio.com/ with the current live scores from NFL.com's official liveupdate scorestrip feed.
## Demo
Visit https://nfl-liveupdate.firebaseio.com/.json for sample JSON format.
## Usage
Set the following environment variable:
- `FIREBASE_AUTH_TOKEN`
- `IS_POSTSEASON`
and then run:
- `node index.js`
## Related Projects