mirror of
https://github.com/SrIzan10/youtubeDownloader.git
synced 2026-05-01 11:06:58 +00:00
@@ -1,3 +1,9 @@
|
||||
## Youtube Downloader
|
||||
|
||||
This Project was used in one of my stories on Medium. If there is any issues please open a new issue.
|
||||
This Project was used in one of my stories on Medium. If there is any issues please open a new issue.
|
||||
|
||||
```
|
||||
cd Server
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
2583
Server/package-lock.json
generated
2583
Server/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
@@ -12,5 +13,8 @@
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.16.4",
|
||||
"ytdl-core": "^0.28.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.18.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user