shoutcast-song-history
v1.1.2
Published
Fetches the song history as an array of song objects from shoutcast's song history page.
Downloads
9
Maintainers
Readme
shoutcast-song-history
A NodeJs module to fetch the song history from a shoutcast's song history page
Install with:
npm i shoutcast-song-history
Usage:
// Fetch the list of songs
let songList = await shoutcastSongHistory("http://localhost:8000/played.html");