Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivagao/gameon
GameOn connects you with the players in your city and allows you to find, organize and share games effortlessly.
https://github.com/sivagao/gameon
Last synced: 23 days ago
JSON representation
GameOn connects you with the players in your city and allows you to find, organize and share games effortlessly.
- Host: GitHub
- URL: https://github.com/sivagao/gameon
- Owner: sivagao
- License: mit
- Created: 2013-12-31T07:40:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T08:26:32.000Z (about 11 years ago)
- Last Synced: 2024-10-14T11:11:13.928Z (2 months ago)
- Language: JavaScript
- Homepage: http://gameon.jit.su/
- Size: 53.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GameOn
======Happy Holidays :santa:
----------------------
This project will be on hold until I return from my holiday break around mid Jan. Thanks :-)### Find soccer games in your city
GameOn connects you with the players in your city and allows you to find, organize and share games effortlessly.> Inspired by [jogabo.com](http://www.jogabo.com)
![Screenshot](/screenshot.png)
Technologies
------------
| On The Server | On The Client | Development | Unit Tests |
| ----------------------------- | ----------------------- | --------------------- | ------------------- |
| NodeJS | AngularJS | Grunt | Jasmine |
| Express | Twitter Bootstrap | Docco | Karma |
| MongoDB | SASS | Bower | Istanbul (Coverage) |
| Mongoose | SocketIO | Plato (Analysis) | PhantomJS |
| SocketIO (Push Notification) | MomentJS | JSHint | |
| PassportJS | HTML5 Vibration API | Live Reload | |
| Crypto | HTML5 Geolocation API | Compass | |
| Async | HTML5 Routing | Concat | |
| | Google Maps API | HTML/CSS Min | |
| | Lodash | Uglify | |
| | Font Awesome | Auto Prefixer | |
| | | Angular Templates | |Live
----
- [https://gameon.jit.su/](https://gameon.jit.su/)Annotated Source
----------------
- [http://pablodenadai.github.io/GameOn/docs/app.html](http://pablodenadai.github.io/GameOn/docs/app.html)
![Annotated Source](/annotated-source.png)Code Coverage
-------------
- [http://pablodenadai.github.io/GameOn/coverage/](http://pablodenadai.github.io/GameOn/coverage/)
![Code Coverage](/code-coverage.png)Code Analysis
-------------
- [http://pablodenadai.github.io/GameOn/analysis/](http://pablodenadai.github.io/GameOn/analysis/)
![Code Analysis](/code-analysis.png)Dev Requirements
------------
You need `NodeJS` and `MongoDB` installed and running.
We use `Grunt` as our task runner for the client project. Get the CLI (command line interface).```bash
$ npm install -g grunt-cli
```Installation
------------
```bash
$ git clone [email protected]:pablodenadai/gameon.git && cd ./gameon
``````bash
$ cd server
$ npm install
$ node app/app.js
``````bash
$ cd client
$ npm install
$ bower install
$ grunt server
```License
-------
MIT © [Pablo De Nadai](http://www.twitter.com/pablodenadai)[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/7da1667e7af286435d4348d18b6a52a6 "githalytics.com")](http://githalytics.com/pablodenadai/GameOn)