$ git clone https://github.com/baturalp-kiziltan/soundcloud-downloader-server.git
$ cd soundcloud-downloader-server
$ npm install
$ npm run start
- Now, the server will be started to listen port 3000(default) on your local. You can send POST request to
"http://localhost:3000/download" endpoint by defining "x-www-form-urlencoded" body. The request body must
have following key-value structure:
- Key: "url"
- Value: "https://soundcloud.com/.../..."
- Finally, the server will send a downloadable "*.mp3" file which contains your desired song.