Youtube Downloader
This is a repository that has sample code for my Medium Article
Getting Started
If there is any issues please open a new issue.
- You need to clone this repository
git clone https://github.com/mooradal/youtubeDownloader
- After you clone the repo you will have to navigate to the Server folder
cd Server
- Then you will have to install all the packages and dependencies
npm install
- Finally you need to run it
node index.js
- If you want to use nodemon (nodemon is a package that will auto restart the server when files are changed) you can run (Optional)
npm run dev
or
nodemon index.js
Info
If there is any issues please open a new issue. You are welcome to add pull requests at anytime
Thank you so much for supporting me and thank you for almost 2,000 claps. I really appreciate that. I will try to post more articles and I'm thinking of turning this project from a sample code to an actual functional public website for everyone to use!