UNPKG
node-mlb-api
Version:
latest (0.0.2-6)
0.0.2-6
0.0.2-5
0.0.2-4
0.0.2-3
0.0.2-2
0.0.2-1
0.0.2-0
A Node.js wrapper for the new MLB Stats API
github.com/erwstout/node-mlb-api
erwstout/node-mlb-api
node-mlb-api
/
test.js
14 lines
(7 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
MLBApi
=
require
(
'./index.js'
)
MLBApi
.
getGames
();
MLBApi
.
getTeams
();
MLBApi
.
getGameFeed
(
533786
);
MLBApi
.
getLinescore
(
533786
);
MLBApi
.
getBoxscore
(
533786
);
MLBApi
.
getStandings
(
'AL'
);