mlbprobablepitchers

2.0.0 • Public • Published

mlbprobablepitchers

Get JSON object with MLB Probable Pitchers for a given day

Install

npm install mlbprobablepitchers

Usage

const Probables = require('mlbprobablepitchers');
const day = '2011/07/23';
 
Probables.get(day, (err, matchups) => {
 
  // do something
});

Example matchup

{
    "id": "2011/07/23/houmlb-chnmlb-1",
    "startTime": "2011-07-23T12:05:00",
    "easternTime": "2011-07-23T13:05:00",
    "timezone": "CDT",
    "teams": {
        "away": "112",
        "home": "117"
    },
    "pitchers": {
        "away": {
            "id": "434643",
            "name": "Wandy Rodriguez",
            "throws": "LHP"
        },
        "home": {
            "id": "448694",
            "name": "Randy Wells",
            "throws": "RHP"
        }
    }
}

Readme

Keywords

Package Sidebar

Install

npm i mlbprobablepitchers

Weekly Downloads

6

Version

2.0.0

License

ISC

Unpacked Size

7.62 kB

Total Files

5

Last publish

Collaborators

  • jaw187