Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thenolle/nodejs-youtube-downloader

A simple NodeJS Youtube Downloader with a ReactJS frontend all coded in TypeScript
https://github.com/thenolle/nodejs-youtube-downloader

Last synced: about 1 month ago
JSON representation

A simple NodeJS Youtube Downloader with a ReactJS frontend all coded in TypeScript

Awesome Lists containing this project

README

        

# NodeJS Youtube Downloader 📥 🎥

![GitHub top language](https://img.shields.io/github/languages/top/thenolle/nodejs-youtube-downloader?color=blue&logo=typescript)
![GitHub license](https://img.shields.io/badge/license-MIT-green)
![GitHub stars](https://img.shields.io/github/stars/thenolle/nodejs-youtube-downloader?style=social)
![GitHub forks](https://img.shields.io/github/forks/thenolle/nodejs-youtube-downloader?style=social)
![Discord](https://img.shields.io/discord/1089982724158279933?label=Discord&logo=discord&logoColor=white)

A simple yet powerful NodeJS Youtube Downloader application with a ReactJS frontend, all coded in TypeScript. This project allows you to download Youtube videos directly through a user-friendly web interface.

## Preview 📺
![Preview](.github/preview.png)

## Features ✨
- Download videos directly from Youtube.
- Select between different video formats.
- Simple and responsive UI.
- Full TypeScript setup.

## Installation 🔧
1. Clone the repository:
```bash
git clone https://github.com/thenolle/nodejs-youtube-downloader.git
cd nodejs-youtube-downloader
```
2. Install dependencies:
```bash
# if using npm
npm install
# if using pnpm (recommended)
pnpm install
```
3. Build and run the application:
```bash
# if using npm
npm run build
npm start
npm run server
# if using pnpm
pnpm build
pnpm start
pnpm run server
```

## Contributing 🤝
Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/thenolle/nodejs-youtube-downloader/issues). You can also take a look at the [contributing guide](CONTRIBUTING.md).

## License 📝
This project is [MIT Licensed](LICENSE).

## Support 💖
Give a ⭐️ if this project helped you!

## Author 👨‍💻
- X (twitter): [@TheNolle](https://twitter.com/thenolly_)
- Website: [thenolle.com](https://thenolle.com)
- Github: [@TheNolle](https://github.com/thenolle)
- Patreon: [Support Me](https://patreon.com/_nolly)
- Buy Me A Coffee: [Donate](https://www.buymeacoffee.com/thenolle)
- Ko-fi: [Donate](https://ko-fi.com/nolly__)