Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 954 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 954 Bytes

Waves Rails plugin

A plugin to extract informations about the waves conditions in Brazil.

Build Status

Code Climate

Test Coverage

Usage

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)

Contributing

  1. Fork the project
  2. Start a feature/bugfix branch
  3. Commit and push
  4. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.