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

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

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)