Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Youtube Converter
A simple application that downloads videos from YouTube

and 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
```