Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

saeedvaziry/spotdl

Repository files navigation

Simple Spotify Downloader

Build Status

Simple spotify downloader web application uses spotify-downloader repository by ritiek.

Also uses Kue by Automattic to handle queue jobs.

Requirements

  • nodejs 8 or 10
  • redis

Installation

Run npm install

Rename .env.example to .env and config it.

Run

  • Run node server.js for starting server
  • Run node worker.js for starting worker to download tracks

Tests

Run npm test

ESLint

Run npm run lint

Screenshot

License

This repo is open-sourced software licensed under the MIT license.