Retrieve and Parse Icecast Metadata


Summary of my bookmarked Github repositories from Aug 24th, 2017

Github repositories

  • ghaiklor/icecast-parser

    icecast-parser is a Node.js module that allows you to retrieve and parse metadata from SHOUTcast/Icecast radio streams. It opens an asynchronous connection to a specified URL and retrieves the radio stream along with its metadata. The metadata is parsed as a Map with key-value pairs. The module provides various features, such as automatically closing the connection after receiving metadata, configurable options for auto-updating metadata, and event subscriptions. It is easy to configure and use, making it convenient for integrating radio stream metadata retrieval into your Node.js applications. The module is available on npm for installation. (Word count: 102)