https://github.com/alisdair/conditions
Simple web application to allow reporting of course conditions at my golf club.
https://github.com/alisdair/conditions
Last synced: 3 months ago
JSON representation
Simple web application to allow reporting of course conditions at my golf club.
- Host: GitHub
- URL: https://github.com/alisdair/conditions
- Owner: alisdair
- License: mit
- Created: 2013-05-11T16:16:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T11:30:41.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T13:13:42.004Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Conditions
Simple web application to allow reporting of course conditions at my golf club.
Scalable UI with giant buttons to make it super easy to use on smartphones and tablets.

Exposes the data as a simple table view, an embeddable `iframe`, and an Atom feed for posting to [Twitter](http://twitter.com/lenziegolfclub) using [IFTTT](http://ifttt.com/).
## Usage
Set up the environment:
1. Check out the repository.
2. Install gems: `bundle install`
3. Run specs: `bundle exec rake spec`### Mac OS X and pow
[pow](http://pow.cx/) is my preferred development setup.
1. Set up pow: `ln -s $PWD ~/.pow/conditions`
2. Open in a browser: http://conditions.dev/### Alternative: foreman
Unfortunately pow is not available on Linux or Windows. In that case, or if you don't want to use pow, try using [foreman](http://ddollar.github.io/foreman/):
1. Set up the .env file: `cp env.development .env`
2. Run `bundle exec foreman start`
3. Open in a browser: http://localhost:3000/## License
MIT.