mlbboxscores

0.1.0 • Public • Published

mlbboxscores

Retrieve MLB Boxscores for a given day

Install

npm install mlbboxscores

Usage

const MLBBoxscores = require('mlbboxscores');

var options = {
  path: 'year_2011/month_07/day_23/'
};

var mlbboxscores = new MLBBoxscores(options);
mlbboxscores.get((err, boxscores) => {

  //... do something
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

Package Sidebar

Install

npm i mlbboxscores

Weekly Downloads

7

Version

0.1.0

License

ISC

Last publish

Collaborators

  • jaw187