https://github.com/audiusproject/bedtime
🥱 Home of the Bedtime, the Audius Embed player.
https://github.com/audiusproject/bedtime
Last synced: about 1 year ago
JSON representation
🥱 Home of the Bedtime, the Audius Embed player.
- Host: GitHub
- URL: https://github.com/audiusproject/bedtime
- Owner: AudiusProject
- License: other
- Archived: true
- Created: 2020-02-12T03:25:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T16:20:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T02:45:38.717Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 11
- Watchers: 5
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚚 We've moved! Find the Audius Embed Player over in the audius-client monorepo
https://github.com/AudiusProject/audius-client/tree/main/packages/embed(https://github.com/AudiusProject/audius-client/tree/main/packages/embed)
# Bedtime
The Audius Embed Player
Like you've seen on [twitter](https://twitter.com/AudiusProject/status/1293624808459010050).
## Running
```
# Run against a local [General Admission](https://github.com/AudiusProject/general-admission) server
npm run start:dev
# Run against staging Audius services
npm run start:stage
# Run against production Audius services
npm run start:prod
```