This package has been deprecated

Author message:

Use the cfb-data module instead

play-by-play-extract

2.0.4 • Public • Published

This project has been deprecated. All active development has been moved to the cfb-data project.

playbyplay-extract

  • extract play-by-play data for football games
  • initially intended for use with NCAA data, but should also work for NFL games

install

npm install playbyplay-extract

use

var game = require('play-by-play-extract');

var gameId = 400763535;

game.getGameData(gameId, function(game){
    // log to the console, write to a file or database, or do whatever you will
    console.log(game);
});

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i play-by-play-extract

Weekly Downloads

0

Version

2.0.4

License

MIT

Last publish

Collaborators

  • bluescar