https://github.com/raulcatalinas/easyviewerweb
Web to download YouTube videos
https://github.com/raulcatalinas/easyviewerweb
Last synced: 5 months ago
JSON representation
Web to download YouTube videos
- Host: GitHub
- URL: https://github.com/raulcatalinas/easyviewerweb
- Owner: RaulCatalinas
- License: other
- Created: 2024-01-30T00:16:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:01:14.000Z (7 months ago)
- Last Synced: 2024-10-29T20:09:50.546Z (7 months ago)
- Language: TypeScript
- Homepage: https://easyviewer.vercel.app
- Size: 945 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# EasyViewerWeb
Website to download videos from YouTube.
The user enters the URL of the video and selects the location to save the file.
The app offers two buttons: Download Video and Download Audio.
While the file is downloading, a progress bar is displayed.
## Features
- A progress bar to indicate that the download is running.
- Two buttons, one to download the video and one to download the audio.## Run Locally
Clone the project
```bash
git clone https://github.com/RaulCatalinas/EasyViewerWeb.git
#or
git clone [email protected]:RaulCatalinas/EasyViewerWeb.git
#or
gh repo clone RaulCatalinas/EasyViewerWeb
```Go to the project directory
```bash
cd EasyViewerWeb
```Install dependencies
```bash
bun install
```Start the server
```bash
bun run dev
```## Contributing
Contributions are always welcome!
See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.
## Feedback
If you have any feedback, please reach out to us at
## License
The license information is contained in the file [LICENSE.md](LICENSE.md).
## Authors
- [Raul Catalinas Esteban](https://github.com/RaulCatalinas)