Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 426 Bytes

MLB SMS Endpoint

A Whim app for getting MLB game information.

Running Locally

Make sure you have Node.js installed.

$ git clone git@github.com:livediagonal/mlb-whim-app.git # or clone your own fork
$ cd mlb-whim-app
$ npm install
$ npm start # or run nodemon index.js

Your app should now be running on localhost:5000.