Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audiusproject/bedtime
🥱 Home of the Bedtime, the Audius Embed player.
https://github.com/audiusproject/bedtime
Last synced: about 1 month ago
JSON representation
🥱 Home of the Bedtime, the Audius Embed player.
- Host: GitHub
- URL: https://github.com/audiusproject/bedtime
- Owner: AudiusProject
- License: other
- Created: 2020-02-12T03:25:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T18:24:33.000Z (over 1 year ago)
- Last Synced: 2023-06-14T00:39:00.891Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 10
- Watchers: 6
- Forks: 7
- 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
```