nexgen-georgefm

0.1.0 • Public • Published

nexgen-georgefm

Get the current song played on georgefm.co.nz

Installation

Simplest way to install nexgen-georgefm is to use npm.

Just run npm install nexgen-georgefm which will download nexgen-georgefm and all it's dependencies.

Usage

Simply require nexgen-georgefm in your code

var georgeFM = require('nexgen-georgefm');
Current Song/Track
georgeFM.current(function(track) {
    console.log('Currently playing ' + track.title + ' by ' + track.artist);
});
Next Song/Track
georgeFM.next(function(track) {
    console.log('Next song will be ' + track.title + ' by ' + track.artist);
});

/nexgen-georgefm/

    Package Sidebar

    Install

    npm i nexgen-georgefm

    Weekly Downloads

    0

    Version

    0.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • samwalshnz