Chillon
Just a fun, non-sense way to access the Datos Abiertos initiative through the Rimac gem
Installation
Add this line to your application's Gemfile:
gem 'chillon'
And then execute:
$ bundle
Or install it yourself as:
$ gem install chillon
Usage
Just create a Request object and ask for it to get you some delicious data. Yummy!
open_data = Chillon::Request("XXXX")
open_date.get_museo_de_lima
Chillon will interpret that call and transform the method to the -arguibly- ugly GUID code of "MUSEO-DE-LIMA"
So, chill and relax: Chillon's got your back, yo.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request