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

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

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

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