https://github.com/gabrielcarames/youtube-mp3-converter
Convert any YouTube video to MP3. Made with Next.js and Tailwind
https://github.com/gabrielcarames/youtube-mp3-converter
javascript mp3 mp3-converter nextjs reactjs tailwind typescript youtube youtube-converter
Last synced: 2 months ago
JSON representation
Convert any YouTube video to MP3. Made with Next.js and Tailwind
- Host: GitHub
- URL: https://github.com/gabrielcarames/youtube-mp3-converter
- Owner: GabrielCarames
- License: mit
- Created: 2022-11-23T21:37:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:00:16.000Z (over 1 year ago)
- Last Synced: 2025-04-03T18:40:51.503Z (8 months ago)
- Topics: javascript, mp3, mp3-converter, nextjs, reactjs, tailwind, typescript, youtube, youtube-converter
- Language: TypeScript
- Homepage: https://youtube-mp3-converter-gabrielcarames.vercel.app/
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube MP3 Converter 📁
Convert any YouTube video to MP3 file. Made with Next.js and Tailwind, and also using the [Youtube MP3 API](https://rapidapi.com/ytjar/api/youtube-mp36).

## Technologies 💫
[](https://nextjs.org/)
[](https://es.reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://developer.mozilla.org/es/docs/Web/JavaScript)
[](https://tailwindui.com/)
## Install ⚒
Clone and install
```bash
git clone https://github.com/GabrielCarames/youtube-mp3-converter.git
pnpm i
```
Run the app locally
```bash
pnpm run dev
```
## Deployment 🚀
You can view the deployment by [clicking here](https://youtube-mp3-converter-two.vercel.app/)