Skip to content

soundcloud-py/client-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soundcloud Desktop API

This is the official API for the Soundcloud Desktop application.

Notable Features

  • Returns a list of verified artists.
  • Returns a list of service developers.
  • Returns a list of service contributors.
  • Returns a list of client uptime.

Installation

  • Install the Git Client on your machine.
  • Install Node.js on your machine.
  • Open a brand new terminal and run git clone https://github.com/soundcloud-py/client-api.
  • Navigate to the brand new directory. It should be named client-api.
  • Run the npm install command.
  • Once the installation is finished, run node server.js and the API should start.

Example

  • To return the service developers: http://localhost:3000/api/developers/
  • To return the service contributors: http://localhost:3000/api/contributors/

FAQ

How come this is made in JavaScript and not Python? Because, I don't know Python. How come this exists? This is just a last minute project so I'm not sure.

Developers

Without the people listed below, this project wouldn't exist.

About

Official web api for the SoundCloud Python service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published