forked from boyska/radiomanifest.js
customize home page
This commit is contained in:
parent
a7253dc6c8
commit
e8f97b8cae
2 changed files with 7 additions and 1 deletions
6
doc/home.md
Normal file
6
doc/home.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Radiomanifest is a specification to make webradios express their offer in a standard way. This is a client
|
||||||
|
library aiming at making the development of expressive webapps a breeze.
|
||||||
|
|
||||||
|
You are strongly invited to start from:
|
||||||
|
- {@tutorial quickstart} tutorial
|
||||||
|
- {@link get} this is the first function you'll ever call, in 99% of user scenarios
|
|
@ -14,7 +14,7 @@
|
||||||
"test": "npm run test:node && npm run test:browser",
|
"test": "npm run test:node && npm run test:browser",
|
||||||
"test:node": "mocha",
|
"test:node": "mocha",
|
||||||
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
|
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
|
||||||
"docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json .",
|
"docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
|
||||||
"build": "webpack"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue