Enklawa API
This gem provides simple api wrapper for enklawa.net radio resources like programs and episodes. Everything is stored in one json file for easy fetching.
Installation
Install it using rubygems:
$ gem install enklawa-api
Usage
Next you can use it to download all programs:
$ enklawa save output.json
Example output
More info
http://macbury.ninja/2014/9/enklawa-api-gem
Contributing
- Fork it ( https://github.com/macbury/enklawa-api/fork )
- 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 a new Pull Request