Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T11:30:41.000Z (about 9 years ago)
- Last Synced: 2024-10-12T21:31:34.594Z (24 days 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.
![Report form](http://f.cl.ly/items/2Y3d3r1Z3F3T1F1r2W0y/report.png)
![Thanks!](http://f.cl.ly/items/3n0j2J2L0p1M2Y14152E/thanks.png)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.