Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Retrieve MLB games for a given dat

Resources

Stars

11 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages