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.gitNext change current directory
cd jupiterbroadcastin-apiThen install all dependencies
bundle installAfter that run rackup
rackupLastly go to localhost:9292 ex:
curl localhost:9292/api/jupiterbroadcasting/coderradioWill give you json output of the coder radio rss feed
rake testWe 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