From f7a2c5651b8d383f601638464f7066c13bfc887e Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 19 Nov 2021 18:30:45 +0100 Subject: [PATCH] readme --- README.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.mdwn diff --git a/README.mdwn b/README.mdwn new file mode 100644 index 0000000..b1cebc4 --- /dev/null +++ b/README.mdwn @@ -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` +