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

https://github.com/playerony/yt-converter-app

JavaScript application to editing downloaded videos from YouTube
https://github.com/playerony/yt-converter-app

Last synced: 28 days ago
JSON representation

JavaScript application to editing downloaded videos from YouTube

Awesome Lists containing this project

README

          

# Youtube Converter App

## Usage
* Download/Editing YouTube videos

## Requirements
* Installed Git
* Installed node.js (we recommend using nvm to run multiple versions of node).

## Installation
* git clone
* npm i
* npm run build

## How to run
### Development:
* npm start
* npm run electron-dev

### Production:
* npm run build
* npm run electron