Skip to content

3d12/ethonline-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audius 🤝 ETHOnline

To run this project, clone this repo & run

npm install

npm run start


Audius HTTP API (read-only)

This is our public read-only API. You can get & stream content from users, tracks, and playlists. You'll have access to 100K tracks & the ability to consume MP3's directly.

https://audiusproject.github.io/api-docs/index.html#audius-api-docs


Audius Libs (JS) (read + write)

This is our main js package that we use in our clients to connect to the chain, manage wallets, write content to backends. The docs are sparse as it stands, so we're happy to lend a hand!

npm install @audius/libs

https://github.com/AudiusProject/audius-protocol/tree/master/libs


Audius.js (JS) (read + write)

A thin wrapper around @audius/libs that surfaces some of our internal streaming technology (HLS).

Our community-driven Discord bot uses this abstraction.

npm install @audius/audius.js

https://github.com/AudiusProject/audius.js

Discord bot: https://github.com/kanbaru/audius-music


Component Library (under development)

Stems is our audio-forward React component library under development.

As it stands, there are only a few components (Buttons, Modals), but it includes our fonts & color palettes.

https://github.com/AudiusProject/stems


Other Repos

Audius Client

https://github.com/AudiusProject/audius-client

Audius Mobile Client

https://github.com/AudiusProject/audius-mobile-client

Audius Embed Player (twitter, discord)

https://github.com/AudiusProject/bedtime

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • CSS 9.2%
  • HTML 5.0%