Adding README
parent
80411aeb08
commit
4431ee41ac
@ -0,0 +1,20 @@
|
||||
# YouTube Downloader
|
||||
A GUI for downloading Video and Audio files from YouTube using Nodejs and Electron
|
||||
|
||||
[Nodejs](https://nodejs.org/) (along with npm) needs to be installed.
|
||||
|
||||
Required commands to get started.
|
||||
```
|
||||
git clone https://github.com/aandrew-me/ytDownloader.git
|
||||
cd ytDownloader
|
||||
npm i
|
||||
```
|
||||
|
||||
To run with Nodejs :
|
||||
```
|
||||
node app
|
||||
```
|
||||
To run with [Electron](https://www.electronjs.org/) :
|
||||
```
|
||||
npm start
|
||||
```
|
||||
Loading…
Reference in New Issue