https://github.com/pdroll/meteor-golf-scorecard
Simple golf scoring app, made with meteor.js
https://github.com/pdroll/meteor-golf-scorecard
Last synced: 10 months ago
JSON representation
Simple golf scoring app, made with meteor.js
- Host: GitHub
- URL: https://github.com/pdroll/meteor-golf-scorecard
- Owner: pdroll
- License: mit
- Created: 2015-05-19T04:00:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T18:00:12.000Z (over 9 years ago)
- Last Synced: 2025-04-09T09:16:59.686Z (about 1 year ago)
- Language: CSS
- Size: 194 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Meteor Golf Scorecard
Simple golf scorecard app, powered by [meteor.js](https://www.meteor.com/).
## Features
- 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
## Tech Specs
- Uses [meteor user accounts](http://docs.meteor.com/#/basic/accounts).
- Routing via [iron router](https://github.com/iron-meteor/iron-router).
- Removed `autopublish` and `insecure` packages for tighter control over data and permissions.
- Sass compilation via the [fourseven:scss](https://github.com/fourseven/meteor-scss) package.
- SVG icon set courtesy of [Open Iconic](https://useiconic.com/open/).
## Example
[pdroll-golf-scorecard.meteor.com](http://pdroll-golf-scorecard.meteor.com/)
## Build
### Local development
```
$ meteor
```
Your app will now be running at [http://localhost:3000](http://localhost:3000).
### Deploy
```
$ meteor deploy YOURAPP.meteor.com
```
For more deployment options, see [http://docs.meteor.com/#/full/deploying](http://docs.meteor.com/#/full/deploying).