2021-11-19 18:30:45 +01:00
|
|
|
# Radiomanifest.js
|
|
|
|
|
2022-01-29 23:00:37 +01:00
|
|
|
An implementation of the ever-famous [radiomanifest spec](https://radiomanifest.degenerazione.xyz//)
|
2021-11-19 18:30:45 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-01-29 23:00:37 +01:00
|
|
|
- [radiomanifest](https://radiomanifest.degenerazione.xyz/)
|
2021-11-19 18:30:45 +01:00
|
|
|
- [stream-meta v2](https://www.stream-meta.info/version_2_files.html): name of the radio is extracted from `/streaminfo.json`
|
|
|
|
|