Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bengabay11/youtube-converter
Download list of videos to the desired format from YouTube
https://github.com/bengabay11/youtube-converter
express javascript react react-redux youtube-dl
Last synced: 4 days ago
JSON representation
Download list of videos to the desired format from YouTube
- Host: GitHub
- URL: https://github.com/bengabay11/youtube-converter
- Owner: bengabay11
- License: mit
- Created: 2019-05-08T17:01:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T13:48:34.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:30:03.263Z (3 months ago)
- Topics: express, javascript, react, react-redux, youtube-dl
- Language: JavaScript
- Homepage: https://youtube-converter-seven.vercel.app
- Size: 1.65 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Converter
A simple application that downloads videos from YouTubeand converts them to the desired format, written in react-redux.
![Demo Image](client/src/assets/youtube_converter_demo.jpg)## Installation
Install all server and client dependencies
```
$ cd server
$ npm install
$ cd ../client
$ npm install
```## Deployment
#### Development
```
$ cd server
$ node app.js
$ cd ../client
$ npm start
```
#### Production
inside the root directory:
```
docker build .
docker tag youtube-converter:v1.1.0
docker run youtube-converter:v1.1.0
```