youtube-music-downloader

1.0.0 • Public • Published

Installation Process

  • clone the project

  • go to project directory and execute following commands:

    • npm install && npm run dev
    • code base is in typescript so we've to compile using tsc
    • and finally run project using node dist/app.js or npm run dev

    Routes

Download Video Music

POST http://localhost:3000/download - in request body send {"videoUrl" : "https://www.youtube.com/watch?v=YOUR_VIDEO_ID"}

Download Shorts Music

POST http://localhost:3000/shorts-music - in request body send {"videoUrl" : "https://www.youtube.com/shorts/YOUR_SHORTS_VIDEO_ID"}

Reach me out

Package Sidebar

Install

npm i youtube-music-downloader

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.92 kB

Total Files

4

Last publish

Collaborators

  • jeeven