https://github.com/oluwis/node-soundcloud-downloader-cli
Um Web Scraper Para Baixar Músicas E Playlist Do Website De Streaming SoundCloud.
https://github.com/oluwis/node-soundcloud-downloader-cli
cheerio commander fastq nodejs tsx typescript
Last synced: 3 months ago
JSON representation
Um Web Scraper Para Baixar Músicas E Playlist Do Website De Streaming SoundCloud.
- Host: GitHub
- URL: https://github.com/oluwis/node-soundcloud-downloader-cli
- Owner: OLuwis
- Created: 2023-10-15T01:01:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T15:51:25.000Z (over 1 year ago)
- Last Synced: 2024-11-12T07:16:52.292Z (11 months ago)
- Topics: cheerio, commander, fastq, nodejs, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SoundCloud Downloader Node
Um Web Scraper Para Baixar Músicas E Playlist Do Website De Streaming SoundCloud.
### Sobre o projeto:
Um projeto que fiz de um web scraper com Node.js, Typescript, Cheerio, Commander e FastQ.
Este web scraper consegue baixar músicas e playlists do SoundCloud, e também aplicar os metadados da faixa.
### Feito com:
[![Node][Node.js]][Node-url]
[![Typescript][Typescript]][Typescript-url]### Requisitos:
* [Node.js 18+][Node-url]
### Instalação:
1. Clone este repositório:
```sh
git clone https://github.com/OLuwis/WeatherAPI-Node.git
```2. Instale as dependências:
```sh
npm install
```## Inicialização
Para iniciar o projeto rode o seguinte comando:
```sh
npm run dev
```### Contatos:
[![LinkedIn][LinkedIn]][Linkedin-url]
[![Gmail][Gmail]][Gmail-url][LinkedIn]: https://img.shields.io/badge/LinkedIn-0A66C2?logo=linkedin&logoColor=fff&style=for-the-badge
[Linkedin-url]: https://linkedin.com/in/luismiguelreis[Gmail]: https://img.shields.io/badge/Gmail-EA4335?logo=gmail&logoColor=fff&style=for-the-badge
[Gmail-url]: mailto:oluismrs@gmail.com[Node.js]: https://img.shields.io/badge/Node.js-393?logo=nodedotjs&logoColor=fff&style=for-the-badge
[Node-url]: https://nodejs.org/[Typescript]: https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge
[Typescript-url]: https://typescriptlang.org/