1.0.1 • Published 3 years ago
oocradio-api-wrapper v1.0.1

oocradio-wrapper
An API wrapper for oocradio.com because I was bored...
Examples
Getting Setup
const OOCRadio = require('./index.js')
const oocradio = new OOCRadio({ version: '1.1' }) // Takes in the version of the api you want to use Get Current Song
oocradio.getCurrentSong().then(data => console.log(data))Get Next Live
oocradio.nextLive().then(data => console.log(data))Get Live Data
oocradio.getLiveData().then(data => console.log(data))