2019 Bootcamp Materials
> cd scores-api
> npm install
> npm run start
Endpoints
- http://localhost:3000/scores/mlb - MLB
- ?date=YYYYMMDD - filter by date
- http://localhost:3000/scores/mlb/:gameId - MLB Game Summary (box score)
- http://localhost:3000/scores/wwc - Women's World Cup
- ?date=YYYYMMDD - filter by date
- http://localhost:3000/scores/wwc/:gameId - Women's World Cup Game Summary
Drop this in index.html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css">