A simple utility to parse ASX (Advanced Stream Redirector) files.
Accepts ASX string for parsing
Accepts ASX file for parsing
Both methods return an array of parsed entries/
[
{
Title: 'Short Announcement to Play Before Main Stream',
Url: 'http://example.com/announcement.wma'
},
{
Title: 'Example radio',
Url: 'http://example.com:8080',
Author: 'Example.com'
}
]
Run tests using mocha
mocha test.js