We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the distributed streaming free service Audius.co and you get a wonderful player.
In fact, you need to add support for several methods of this service and a formatted output of the results.
For example, you can find the user: curl https://audius-disco.dfw-x02.us.supercache.org/v1/users/search?query=A1ex&app_name=EXAMPLEAPP So see his tracks: curl https://audius-disco.dfw-x02.us.supercache.org/v1/users/MV1E9/tracks?app_name=EXAMPLEAPP To play a specific track like this: curl https://audius-disco.dfw-x02.us.supercache.org/v1/tracks/y9pAX/stream?app_name=EXAMPLEAPP You can upload your own compositions to the service or listen to compositions of other users.
Documentation: https://audiusproject.github.io/api-docs/#stream-track
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support for the distributed streaming free service Audius.co and you get a wonderful player.
In fact, you need to add support for several methods of this service and a formatted output of the results.
For example, you can find the user: curl https://audius-disco.dfw-x02.us.supercache.org/v1/users/search?query=A1ex&app_name=EXAMPLEAPP
So see his tracks: curl https://audius-disco.dfw-x02.us.supercache.org/v1/users/MV1E9/tracks?app_name=EXAMPLEAPP
To play a specific track like this: curl https://audius-disco.dfw-x02.us.supercache.org/v1/tracks/y9pAX/stream?app_name=EXAMPLEAPP
You can upload your own compositions to the service or listen to compositions of other users.
Documentation:
https://audiusproject.github.io/api-docs/#stream-track
Best regards
The text was updated successfully, but these errors were encountered: