https://github.com/audiusproject/ethonline-demo
https://github.com/audiusproject/ethonline-demo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/audiusproject/ethonline-demo
- Owner: AudiusProject
- License: other
- Created: 2020-10-07T19:26:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T16:26:09.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:29:19.240Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 500K 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, Poups), but it includes our fonts & color palettes if you'd like to hack in style 😎.
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