UNPKG

node-mlb-api

Version:

A Node.js wrapper for the new MLB Stats API

14 lines (7 loc) 206 B
const MLBApi = require('./index.js') MLBApi.getGames(); MLBApi.getTeams(); MLBApi.getGameFeed(533786); MLBApi.getLinescore(533786); MLBApi.getBoxscore(533786); MLBApi.getStandings('AL');