An open API service indexing awesome lists of open source software.

https://github.com/dancastillo/mlb13runs

MLB teams scoring runs 0-13
https://github.com/dancastillo/mlb13runs

expressjs hbs mongoose mvc nodejs

Last synced: 4 months ago
JSON representation

MLB teams scoring runs 0-13

Awesome Lists containing this project

README

          

# MLB 13 Runs

Determine which MLB team is first to score runs 0-13

// winner is when all values have been scored by one team. Duplicates dont count.

const teamRuns = [0,1,2,3,4,5,6,7,8,9,10,11,12,13];

## Getting Started

```sh
git clone git@github.com:dancastillo/mlb13runs.git # or clone your own fork
cd mlb13runs
npm install
node server/index.js
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
```

## Deployment

www.mlb13scores.info

## Dependencies
* [body-parser@1.18.2](https://github.com/expressjs/body-parser)
* [dotenv@5.0.1](https://github.com/motdotla/dotenv)
* [express@4.16.2](http://expressjs.com/en/4x/api.html)
* [hbs@4.0.1](https://github.com/pillarjs/hbs)
* [mongoose@5.0.13](http://mongoosejs.com/docs/index.html)
* [node-schedule@1.3.0](https://github.com/node-schedule/node-schedule)
* [request@2.83.0](https://github.com/request/request)

## Dev Dependencies

* [nodemon@1.15.1](http://nodemon.io/)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details