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

http://enklawa.macbury.ninja/

More info

http://macbury.ninja/2014/9/enklawa-api-gem

Contributing

  1. Fork it ( https://github.com/macbury/enklawa-api/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