Skip to content

manuasir/playlistmp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playlistmp3

Lightweight webservice API that provides music from different sources.

The coding style is Standard based. Please use ES8 features and Node.js version > 8.0.

This is supossed to do the following for the moment:

  • When an id is received, send a zip with the audio file.
GET /download/:link
returns 200 OK {data: track.zip }
  • When an array of youtube video or playlist ids is received, send a zip with each mp3 data.
GET /download/:[id of array]
returns 200 OK {data: playlist.zip }

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published