What problem does it solve?
This Skill provides the tools and documentation necessary to build applications and services on top of the Audius decentralized music streaming protocol, enabling developers to create music players, integrate with the Audius catalog, and leverage its open infrastructure.
Core Features & Use Cases
- API Access: Interact with the Audius REST API to fetch track, user, and playlist data.
- SDK Integration: Utilize the
@audius/sdk for seamless integration within Node.js or browser-based applications.
- App Scaffolding: Quickly start new projects with
create-audius-app.
- Developer Resources: Access OpenAPI/Swagger specs for detailed API understanding and OAuth for user authentication.
- Use Case: A developer wants to build a new music discovery app that recommends trending tracks based on user listening history. They can use the Audius API and SDK to access track data, user profiles, and integrate Audius's recommendation engine.
Quick Start
Run npx create-audius-app my-app to scaffold a new Audius application.