Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batosai/karaoke
https://github.com/batosai/karaoke
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/batosai/karaoke
- Owner: batosai
- Created: 2022-02-20T15:32:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T22:43:33.000Z (9 months ago)
- Last Synced: 2024-08-03T18:16:13.257Z (5 months ago)
- Language: TypeScript
- Size: 3.97 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-adonisjs - Karaoke - Experimental karaoke app. Create a playlist by adding the youtube url of your choice and use your smartphone as a microphone. (Miscellaneous)
README
# App karaoke
Experimental karaoke app. Create a playlist by adding the youtube url of your choice and use your smartphone as a microphone.
[Adonis JS](https://adonisjs.com) framework, [inertia](https://inertiajs.com), [Svelte](https://svelte.dev), [Socket.io](https://socket.io) and [WebRTC](https://webrtc.org/)# Installation
```bash
npm install (or yarn)
node ace generate:key
node ace migration:run
node ace db:seed
```## Developing
```bash
npm run dev
visite http://localhost:3333/admin
```