https://github.com/grarak/ytfetcher-web
GoYTFetcher Web client
https://github.com/grarak/ytfetcher-web
Last synced: over 1 year ago
JSON representation
GoYTFetcher Web client
- Host: GitHub
- URL: https://github.com/grarak/ytfetcher-web
- Owner: Grarak
- Created: 2018-06-10T21:01:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T00:00:57.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:51:25.646Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YTFetcher-Web
A client for [GoYTFetcher](https://github.com/Grarak/GoYTFetcher)
## Installation
#### Dependencies
* **nodejs** (v8 or higher)
#### Build
```
$ git clone https://github.com/Grarak/YTFetcher-Web.git
$ cd YTFetcher-Web
$ npm install -g @angular/cli
$ npm install
$ ng build --prod --build-optimizer
```
Compiled files will be stored in dist folder.
## Usage
By using the -i flag of [GoYTFetcher](https://github.com/Grarak/GoYTFetcher) you can host your website.
Just set the -i flag to the output folder (dist/YTFetcher-Web)
```
$ GoYTFetcher -i /dist/YTFetcher-Web
```