Your favourite video downloads. Simplified.
- Download the project on your local system
git clone https://github.com/utkarsh-raj/umusic.git
- Enter the root directory of umusic
cd umusic
- Install all the dependencies
npm install
- If you are using windows make sure you run this too
npm install -g nodemon
- Create a Youtube Data API v3 Key
- Store that key in .env file
- Run the app.js file
node app.js