https://github.com/oluwis/nextjs-music-downloader
Este projeto é um baixador de música para múltiplas plataformas de streaming
https://github.com/oluwis/nextjs-music-downloader
ffmpeg ffmpeg-command ffmpeg-libraries ffmpeg-script ffmpeg-wasm ffmpeg-wrapper next next-js nextjs preline react react-components react-hooks reactjs soundcloud soundcloud-api typescript typescript-library youtube youtube-api
Last synced: 2 months ago
JSON representation
Este projeto é um baixador de música para múltiplas plataformas de streaming
- Host: GitHub
- URL: https://github.com/oluwis/nextjs-music-downloader
- Owner: OLuwis
- License: mit
- Created: 2024-12-27T03:07:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T00:44:28.000Z (3 months ago)
- Last Synced: 2025-01-31T01:23:43.539Z (3 months ago)
- Topics: ffmpeg, ffmpeg-command, ffmpeg-libraries, ffmpeg-script, ffmpeg-wasm, ffmpeg-wrapper, next, next-js, nextjs, preline, react, react-components, react-hooks, reactjs, soundcloud, soundcloud-api, typescript, typescript-library, youtube, youtube-api
- Language: TypeScript
- Homepage: https://music-downloader-app.vercel.app/
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
NextJS Music Downloader
### [BR]
### Introdução
Este projeto foi feito para baixar músicas de diversas plataformas de streaming.
O projeto foi feito usando NextJS 15+, TailwindCSS 3+, e FFmpeg 0+.
O projeto faz uso de SSR e CSR, para renderização de telas e páginas, também usa SSR como um servidor proxy para consulta de dados sem restrição de CORS, e também é feito com Typescript.
### Feito com






### Desenvolvimento Local
1. Clone este repositório
```sh
git clone https://github.com/OLuwis/nextjs-music-downloader.git
```
2. Inicie o servidor local
```sh
npm run dev
```
3. Acesse o servidor no seu navegador
```sh
http://localhost:3000
```### [EN]
### Introduction
This project was created to download music from various streaming platforms.
The project was built using NextJS 14+, TailwindCSS 3+, and FFmpeg 0+.
The project employs SSR and CSR for rendering screens and pages, it also uses SSR as a proxy server for data queries without CORS restrictions, and is developed with TypeScript.
### Built with






### Local Development
1. Clone this repository
```sh
git clone https://github.com/OLuwis/nextjs-music-downloader.git
```
2. Start the local server
```sh
npm run dev
```
3. Access the server in your browser
```sh
http://localhost:3000
```