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
- Host: GitHub
- URL: https://github.com/playerony/yt-converter-app
- Owner: playerony
- License: mit
- Created: 2018-05-24T17:38:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T16:38:01.000Z (about 8 years ago)
- Last Synced: 2025-01-02T18:02:30.639Z (over 1 year ago)
- Language: JavaScript
- Size: 28.4 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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