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.
- Host: GitHub
- URL: https://github.com/roxasshadow/crunchyroll
- Owner: RoxasShadow
- Created: 2013-12-03T14:43:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T15:47:08.000Z (almost 11 years ago)
- Last Synced: 2024-12-13T13:57:47.749Z (over 1 year ago)
- Language: Ruby
- Size: 261 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.