0.1.8 • Published 11 years ago

radio-song v0.1.8

Weekly downloads
56
License
MIT
Repository
github
Last release
11 years ago

Radio Song

This lib allows to grab/parse song titles from the radio (shoutcast/icecast) stream.

Installation & Usage

npm install radio-song
var Reader = require('radio-song');

var reader = new Reader('<stream-url>')
   
reader.on('metadata', function(songName) {
  ...
});
reader.on('error', function(e){
  ...
});
0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago