balajinikhil e8ede17de7 fix-2
2020-04-13 20:37:11 +05:30
2020-04-13 20:37:11 +05:30
2019-10-18 14:49:34 +01:00
fix
2020-04-13 19:05:14 +05:30
fix
2020-04-13 19:05:14 +05:30
2019-10-21 12:26:02 +01:00
fix
2020-04-13 19:05:14 +05:30
fix
2020-04-13 19:05:14 +05:30

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.

  1. You need to clone this repository
	git clone https://github.com/mooradal/youtubeDownloader
  1. After you clone the repo you will have to navigate to the Server folder
    cd Server
  1. Then you will have to install all the packages and dependencies
    npm install 
  1. Finally you need to run it
	node index.js
  1. 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!

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-05-01T16:07:59.197Z
Readme 152 KiB
Languages
JavaScript 90.8%
Dockerfile 6.1%
Procfile 3.1%