Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keade committed Sep 5, 2012
1 parent a8a92e2 commit be1a49e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.MD
@@ -0,0 +1,20 @@
This is a golf scoring web-appable site. You can clone, and deploy - have your own scoring device.

How it works currently -

Deploy code to your own .meteor.com site, track by player & total score. Use Case [[3 players, I add a stroke for every stroke they take, totals up as we play. Conversely, skins or +/- handicap scoring will work as well. Can be used by a group of people to track, as meteor is good at async and multiple people can update at once. ]]

To create, pull or clone this repo, and follow the install and server creation instructions on

http://meteor.com/examples/leaderboard

Once that is done, create a fancy new name, the iOS appable icon sizes are in the image folder. Since meteor doesn't seem to like how I want images packaged, I threw these images up on AWS S3. Works fine and dandy.

Have issues? Upgrades? Requests? Submit it here, thanks!

== TODO ==

-Add Auth by "invite code" or "password / QR"
-Save previous rounds
-Share scores
-Course location nearby
Binary file removed img/button.png
Binary file not shown.
Binary file removed img/zenbg-1.png
Binary file not shown.
Binary file removed img/zenbg-2.png
Binary file not shown.

0 comments on commit be1a49e

Please sign in to comment.