API Client for Comicvine library. Now it's in pre-pre-alpha stage.
Add this line to your application's Gemfile:
gem 'comicvine'And then execute:
$ bundle
Or install it yourself as:
$ gem install comicvine
Set environment variable if you don't want to set api key in code:
$ export COMICVINE_API_KEY=YOUR_API_KEY
Soon.
- Fork it ( https://github.com/[my-github-username]/comicvine/fork )
- 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 a new Pull Request