Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thenolle/nodejs-youtube-downloader
- Owner: TheNolle
- License: other
- Created: 2024-04-20T20:58:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-20T21:55:07.000Z (9 months ago)
- Last Synced: 2024-05-01T21:57:32.615Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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__)