Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

rangeroob/jupiterbroadcasting-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Jupiterbroadcasting Api

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]`

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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

Running the tests

rake test

Built With

Cuba

Active Support

Rack-Cors

Tested With

Rack-Test

Cutest

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Derek Viera - Initial work - rangeroob

See also the list of contributors who participated in this project.

License

This project is licensed under the ISC License - see the LICENSE file for details