MangaedenApi

GitHub version Build Status Code Climate Coverage Status Inline docs

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This gem is released under the MIT License. Copyright 2015 Luca Ferri.