2.0.4 • Published 8 years ago

play-by-play-extract v2.0.4

Weekly downloads
17
License
MIT
Repository
github
Last release
8 years ago

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

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago