This is Hun&a's Music player by Web!
We need to install the libav
for converting mp3 from webm. (on Mac OSX)
brew install libav
$ git clone git@github.com:seunghun-kim/Hunam.git
- Create the conf directory on root of project.
$ cd Hunam
$ mkdir conf
- Create the
setting.json
on conf directory
{
"admin":"Email address of yours",
"key":"Your API key for YouTube Data API"
}
- If you don't have API key then please refer to YouTube Data API
$ npm start
The GUI was referenced in https://codepen.io/markhillard/pen/Hjcwu. Thank you mh.