/nfl-score-scraper

A service for getting score information from nfl.com using Cheerio.js

Primary LanguageJavaScript

NFL Score API

Twitter License

About

This service uses cheerio.js to scrape the NFL's website for score information.

This service is also currently deployed to https://nfl-score-scraper.mybluemix.net, and can be tested right now without authentication.

To run locally, perform the following steps:

  • npm install
  • node .

Usage

For historical score data:

  • http://localhost:8081/schedule/2016/1

For live, more granular score data:

  • http://localhost:8081/live/2016/1

2016 is the year, 1 is the week.

Contribution Guide

  • Check the issues list, and feel free to add one if you think this needs something.
  • Be nice, and be cool.
  • Be helpful - I'm a mobile developer learning Node!

Roadmap

  • Add authentication
  • Add support for games currently in progress