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

https://github.com/jerone/tweeduizenden

Tool to help record statistics for the game called TweeDuizenden.
https://github.com/jerone/tweeduizenden

games record-statistics skip-bo-game tweeduizenden

Last synced: 27 days ago
JSON representation

Tool to help record statistics for the game called TweeDuizenden.

Awesome Lists containing this project

README

          

# TweeDuizenden

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jerone/TweeDuizenden)
[![Dependency Status](http://img.shields.io/david/jerone/TweeDuizenden.svg)](https://david-dm.org/jerone/TweeDuizenden)
[![Build Status](http://img.shields.io/travis/jerone/TweeDuizenden.svg)](https://travis-ci.org/jerone/TweeDuizenden)
[![Github Issues](http://img.shields.io/github/issues/jerone/TweeDuizenden.svg)](https://github.com/jerone/TweeDuizenden/issues)

Tool to help record statistics for the games TweeDuizenden and Skip-Bo1.

## Prerequisites

- [Node.js](http://nodejs.org)
- [MongoDB](http://www.mongodb.org)

## Getting Started

1. Git checkout or download the source from https://github.com/jerone/TweeDuizenden.
2. Install NPM dependencies `npm install`.
3. Install bower dependencies `bower install`.
4. Start app `node app.js`.
5. Open browser with url [`http://localhost:3000/`](http://localhost:3000/).

:exclamation: **Note:** I highly recommend installing [nodemon](https://github.com/remy/nodemon).
It watches for any changes in your node.js app and automatically restarts the server.
Once installed, instead of `node app.js` use `nodemon app.js`.
It will save you a lot of time in the long run, because you won't need to manually restart the server each time you make a small change in code. Get more out of it when calling it like `nodemon --inspect app.js`.
To install, run `npm install -g nodemon`.

## Contributing

Please review the [guidelines for contributing](https://github.com/jerone/TweeDuizenden/blob/master/CONTRIBUTING.md) to this repository.

## License

This [project](https://github.com/jerone/TweeDuizenden) is [licensed under MIT](https://github.com/jerone/TweeDuizenden/blob/master/LICENSE).

-------------

1 Custom rules.