forked from boyska/radiomanifest.js
readme
This commit is contained in:
parent
06fd8807b3
commit
f7a2c5651b
1 changed files with 18 additions and 0 deletions
18
README.mdwn
Normal file
18
README.mdwn
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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`
|
||||
|
Loading…
Reference in a new issue