A plugin to extract informations about the waves conditions in Brazil.
In your Gemfile:
gem 'wapi'
Retrieving all conditions of a surf spot:
conditions = Wapi::Report.new('/ceara/caucaia/icarai').check
conditions[:name] # Icaraí - Caucaia (CE)
- Fork the project
- Start a feature/bugfix branch
- Commit and push
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.