
A wrapper for Calagator’s undocumented API. Using HTTParty for requests, Mechanize for posting to forms (TODO), and RSpec and Webmock for testing.
Add this line to your application’s Gemfile:
gem 'calagator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install calagator
The gem allows for retrieving infomation about venues and events, as well as creating events.
Calagator.events
Calagator.event(id)
Calagator.venues
Calagator.venue(id)
git checkout -b my-new-feature)rspec. Ensure both your new tests and existing tests passgit commit -am 'Add some feature')git push origin my-new-feature)