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
});

Readme

Keywords

none

Package Sidebar

Install

npm i mlbboxscores

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • jaw187