Skip to content

Baixador de músicas de múltiplas plataformas feito com NextJS, TailwindCSS e Typescript.

License

Notifications You must be signed in to change notification settings

OLuwis/nextjs-music-downloader

Repository files navigation

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

Next.js Badge React Badge TypeScript Badge Tailwind CSS Badge ESLint Badge Lucide Badge Simple Icons Badge

Desenvolvimento Local

  1. Clone este repositório
git clone https://github.com/OLuwis/nextjs-music-downloader.git
  1. Inicie o servidor local
npm run dev
  1. Acesse o servidor no seu navegador
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

Next.js Badge React Badge TypeScript Badge Tailwind CSS Badge ESLint Badge Lucide Badge Simple Icons Badge

Local Development

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