0.1.8 • Published 9 years ago

radio-song v0.1.8

Weekly downloads
56
License
MIT
Repository
github
Last release
9 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

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago