What problem does it solve?
This Skill provides developers with the tools and documentation to build applications on top of the Audius decentralized music protocol, enabling music streaming, discovery, and community engagement features.
Core Features & Use Cases
- REST API Access: Interact with Audius data (users, tracks, playlists) via a documented RESTful API.
- JavaScript SDK: Utilize a TypeScript SDK for seamless integration into Node.js and browser applications.
- App Scaffolding: Quickly bootstrap new Audius-powered applications using
create-audius-app.
- Use Case: Develop a custom music player that streams directly from the Audius catalog, allows users to favorite and repost tracks, and integrates with their Audius profile.
Quick Start
Run npx create-audius-app my-app to scaffold a new Audius application.