Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:00:16.000Z (7 months ago)
- Last Synced: 2024-11-13T18:44:12.878Z (3 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: 4
- Open Issues: 1
-
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).![youtube-mp3-converter](https://user-images.githubusercontent.com/49535753/204390729-e01300e3-fd27-46cf-8062-542ae5087b94.png)
## Technologies 💫
[![NextJS](https://img.shields.io/badge/-Next.JS-black?style=for-the-badge&logo=Next.js)](https://nextjs.org/)
[![React](https://img.shields.io/badge/-React-blue?style=for-the-badge&logo=React)](https://es.reactjs.org/)
[![TypeScript](https://img.shields.io/badge/-TypeScript-white?style=for-the-badge&logo=Typescript)](https://www.typescriptlang.org/)
[![Javascript](https://img.shields.io/badge/-Javascript-323330?style=for-the-badge&logo=Javascript&logoColor=F7DF1E)](https://developer.mozilla.org/es/docs/Web/JavaScript)
[![Tailwind](https://img.shields.io/badge/-Tailwind-38BDF8?style=for-the-badge&logo=tailwind-css&logoColor=white)](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/)