Sha256: 61508ee236d18820127181d72a55b2931f0799fcfc929c09be119b0b01a058ae

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

# Fappu

A gem that pulls data from api.fakku.net

Fakku's API docs can be found at [https://developers.fakku.net/documentation](https://developers.fakku.net/documentation)

## Usage


### Search

Search for mangas tagged by a specific `tagname`

    Fappu::Search.tagged(tag)             #ex. Fappu::Search.tagged('Netorare')

Search for Mangas by keywords

    Fappu::Search.terms(search_terms)     #ex. Fappu::Search.terms('Sword art online')

To get the latest manga

    Fappu::Search.latest

To get a list of the most favorited manga

    Fappu::Search.favorites

To get a list of the most popular/read manga

    Fappu::Search.popular

And to get the list of the most popular manga

    Fappu::manga.controversial


### Manga

Aside from their attributes, Manga instances respond to the following

 - top_comments
 - download
 - pages
 - related

### Tags

To get a list of available tags

    Fappu::Tag.list

### Contributing

1. Fork it ( https://github.com/[my-github-username]/fappu/fork )
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 a new Pull Request

---

[twitter/keikun17](https://www.twitter.com/keikun17)

Released under the \*whatever\* license.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fappu-1.0.0 README.md