Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sean-hill/point-keeper

Keep score of your game and have fun!
https://github.com/sean-hill/point-keeper

Last synced: 5 days ago
JSON representation

Keep score of your game and have fun!

Awesome Lists containing this project

README

        

point-keeper
============

A simple [Ionic-based](http://ionicframework.com/) app. Keep score of your game and have fun!

To build, install cordova, then run:

$ cordova platform add ios
$ cordova plugin add org.apache.cordova.device
$ cordova plugin add org.apache.cordova.dialogs
$ cordova plugin add https://github.com/EddyVerbruggen/iOSWebViewColor-PhoneGap-Plugin.git
$ cordova build ios
$ cordova emulate ios

Created by [Sean Hill](http://www.seanhill.info)