mlbgames

1.0.5 • Public • Published

mlbgames

Retrieve MLB games for a given day

Install

npm install mlbgames

Usage

const Mlbgames = require('mlbgames');
const options = {
  path: 'year_2011/month_07/day_23/'
};

const mlbgames = new Mlbgames(options);
mlbgames.get((err, games) => {

  //... do something
});

Readme

Keywords

none

Package Sidebar

Install

npm i mlbgames

Weekly Downloads

2

Version

1.0.5

License

ISC

Last publish

Collaborators

  • jaw187