0.0.3 • Published 8 years ago

bottomline v0.0.3

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

node-bottomline

Install

npm install bottomline

Methods

var Bottomline = require('bottomline');

Bottomline.ncaaf(callback);
Bottomline.nfl(callback);
Bottomline.nhl(callback);
Bottomline.mlb(callback);

Callbacks

All methods take a callback function as their only parameter. An array of Game objects will be returned.