forked from boyska/radiomanifest.js
19 lines
501 B
Markdown
19 lines
501 B
Markdown
|
# Radiomanifest.js
|
||
|
|
||
|
An implementation of the ever-famous [radiomanifest spec](https://boyska.degenerazione.xyz/radiomanifest/)
|
||
|
|
||
|
available as a Node module, a browser module, or an ugly-but-works UMD that exports a "radiomanifest" global.
|
||
|
|
||
|
## How to
|
||
|
|
||
|
```
|
||
|
npm run build
|
||
|
npm run test
|
||
|
```
|
||
|
|
||
|
## Supported spec
|
||
|
|
||
|
- [radiomanifest](https://boyska.degenerazione.xyz/radiomanifest/)
|
||
|
- [stream-meta v2](https://www.stream-meta.info/version_2_files.html): name of the radio is extracted from `/streaminfo.json`
|
||
|
|