An API that interfaces with Jupiterbroadcasting's RSS feeds and converts them into JSON for easy consumption.
It can be reached at `https://www.jupitercolony.rocks/api/jupiterbroadcasting/[showname]`
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First clone this repository
git clone https://github.com/rangeroob/jupiterbroadcasting-api.git
Next change current directory
cd jupiterbroadcastin-api
Then install all dependencies
bundle install
After that run rackup
rackup
Lastly go to localhost:9292 ex:
curl localhost:9292/api/jupiterbroadcasting/coderradio
Will give you json output of the coder radio rss feed
rake test
We use SemVer for versioning. For the versions available, see the tags on this repository.
Derek Viera - Initial work - rangeroob
See also the list of contributors who participated in this project.
This project is licensed under the ISC License - see the LICENSE file for details