nexgen-morefm

0.1.0 • Public • Published

nexgen-morefm

Get the current song played on morefm.co.nz

Installation

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

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

Usage

Simply require nexgen-morefm in your code

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nexgen-morefm

    Weekly Downloads

    0

    Version

    0.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • samwalshnz