Windsong is Ruby on Rails app which provides open-source wind data. It is created with needs of kite-surfing and other wind sports in mind.
All commands in this readme should be run from project root unless otherwise specified.
- Ruby 2.1.1
- Mongodb > 2.4.9
See Mongodb documentation for installation instructions.
If you using RVM it should automatically detect ruby version and gemset when you cd into the app directory.
- $
mongod - $
bundle install - $
rake db:setup
This app uses YARD for documentation. You can run the yard documentation server with:
yard server
Then point a web browser at Your local YARD documentation. It will reload automatically if the
source changes.
This app uses RSpec. "Expect" syntax only please!
This app can be continuously tested with Guard
$ guard
This app is aimed at the excellent Heroku cloud SAAS platform.