Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/thesnipersteve/shoutcast-song-history

A NodeJs module to fetch the song history from a shoutcast server's song history page
https://github.com/thesnipersteve/shoutcast-song-history

Last synced: 3 months ago
JSON representation

A NodeJs module to fetch the song history from a shoutcast server's song history page

Lists

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:
```javascript
// Fetch the list of songs
let songList = await shoutcastSongHistory("http://localhost:8000/played.html");
```