MangaedenApi
Ruby wrapper for mangaeden.com.
Installation
Add this line to your application's Gemfile:
gem 'mangaeden_api', :git => 'git://github.com/lucaferri/mangaeden_api.git'
And then execute:
$ bundle
Or install it yourself as:
Download the source:
git clone https://github.com/lucaferri/mangaeden_api.git
Build the gem:
cd mangaeden_api && gem build mangaeden_api.gemspec
Install it (the filename/version may vary):
gem install mangaeden_api-0.1.0.gem
Usage
Coming soon...
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
License
This gem is released under the MIT License. Copyright 2015 Luca Ferri.