An open API service indexing awesome lists of open source software.

https://github.com/roxasshadow/crunchyroll

Find and get infos about series airing on Crunchyroll.
https://github.com/roxasshadow/crunchyroll

Last synced: 9 months ago
JSON representation

Find and get infos about series airing on Crunchyroll.

Awesome Lists containing this project

README

          

Crunchyroll
===========
Find and get infos about series airing on [Crunchyroll](http://www.crunchyroll.com).

Install
------
`$ gem install crunchyroll`

Example
-------
A complete example is available [https://github.com/RoxasShadow/Descartes/blob/master/lib/descartes/modules/crunchyroll.rb](here),

```ruby
require 'crunchyroll'

puts "Nisekoi airs in #{Crunchyroll.get('Nisekoi')[:left]}."
p Crunchyroll.today
```

The time zone of the sources is `MST` (UTC -007).
`Crunchyroll::get` and `Crunchyroll::today` accept an optional parameter `time_zone` that is set by default to `Rome`.