2.0.4 • Published 10 years ago

play-by-play-extract v2.0.4

Weekly downloads
17
License
MIT
Repository
github
Last release
10 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

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago