#Meteor Golf Scorecard
Simple golf scorecard app, powered by meteor.js.
- Score updates in real time
- Add users and one-time players to games
- Save and view past games
- Save Courses, along with notes for each hole
- Geolocate holes and calculate current distance from the hole
- Uses meteor user accounts.
- Routing via iron router.
- Removed
autopublish
andinsecure
packages for tighter control over data and permissions. - Sass compilation via the fourseven:scss package.
- SVG icon set courtesy of Open Iconic.
pdroll-golf-scorecard.meteor.com
$ meteor
Your app will now be running at http://localhost:3000.
$ meteor deploy YOURAPP.meteor.com
For more deployment options, see http://docs.meteor.com/#/full/deploying.