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
- Host: GitHub
- URL: https://github.com/dancastillo/mlb13runs
- Owner: dancastillo
- Created: 2018-04-11T17:22:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T16:05:19.000Z (over 7 years ago)
- Last Synced: 2025-03-13T22:27:55.501Z (8 months ago)
- Topics: expressjs, hbs, mongoose, mvc, nodejs
- Language: JavaScript
- Homepage: http://mlb13scores.info/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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