Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# krke
A web based karaoke machine

This 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
```