Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 799 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 799 Bytes

🎧 raudius

(pronounced raw-dee-us) A rust API client for the Audius project.

Full support for the Audius API documented here.

  • Users
  • Playlists
  • Tracks
  • Tips
  • Resolution

How to use 🛠

rust support

The bulk of this project is written in rust. You can use this crate like any other project by importing it via cargo. Not on crates.io yet.

raudius = "x.x.x"

node.js support

TODO: Node.js support will be provided via Neon. This is so development between wasm and node can proceed independently if necessary.

wasm support

TODO :(

Examples 🎉

In the examples dir you can find some ways of how you can use this project.

Future features

  • caching
  • mocking / faking requests