This is the official API for the Soundcloud Desktop application.
- Returns a list of verified artists.
- Returns a list of service developers.
- Returns a list of service contributors.
- Returns a list of client uptime.
- 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.
- To return the service developers:
http://localhost:3000/api/developers/
- To return the service contributors:
http://localhost:3000/api/contributors/
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.
Without the people listed below, this project wouldn't exist.