A Whim app for getting MLB game information.
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.