Skip to content

Music-Moo/Music-Moo-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Node.js implementation of Music Moo

Running

For playlist support, you must create a .env file with a Youtube V3 API key (see example.env)

$ npm start

Usage

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"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors