Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eligundry/krke
A web based karaoke machine
https://github.com/eligundry/krke
Last synced: 28 days ago
JSON representation
A web based karaoke machine
- Host: GitHub
- URL: https://github.com/eligundry/krke
- Owner: eligundry
- Created: 2015-01-17T04:14:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T17:40:31.000Z (about 10 years ago)
- Last Synced: 2024-11-05T22:16:23.513Z (3 months ago)
- Language: JavaScript
- Size: 355 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# krke
A web based karaoke machineThis web application uses the built-in HTML 5 audio elements, along with other music streaming APIs.
Created by David Patuwo, Eli Gundrey, and Christopher Jones.
## Installation
Requirements:
* [virtualenv](https://virtualenv.pypa.io/en/latest/)
* [Python 2](https://www.python.org/)Instructions
```shell
$ mkdir $HOME/.virtualenvs
$ virtualenv -p python2 --no-site-packages $HOME/.virtualenvs/krke
$ source $HOME/.virtualenvs/krke/bin/activate
$ pip install -r requirements.txt
$ python server.py
```