Node.js implementation of Music Moo
For playlist support, you must create a .env file with a Youtube V3 API key (see example.env)
$ npm start
Send a POST request with Content-Type: application/json and body (either keys can be ommited, but not both):
{
"urls": [
"https://youtube.com/watch?v=id1",
"https://youtube.com/watch?v=id2",
"https://youtube.com/watch?v=id3",
...
],
"playlist": "https://www.youtube.com/playlist?list=id"
}
