ecwyne:bottomline

Bottomline api packaged for Meteor


Install
meteor add ecwyne:bottomline@=0.0.3

Documentation

meteor-bottomline

Install

meteor add ecwyne:bottomline

Methods

if (Meteor.isServer){
	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.