roebuk / harmony

Lincoln Hack 2016 Entry - Made in around 3 hours.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harmony

Harmony is a collabrative real-time music (read – noise) maker. Simply tap anywhere on the screen to generate a random sound that will play to anyone that's connected. It's pretty basic as it was thrown together in around 3 hours for Lincoln Hack 16.

It's only been tested in Chrome and Mobile Safari. Don't expect much action in any browser that doesn't support ES2015 features.

Technologies used:

To run locally, make sure you have node v6.7.0 installed and perform the following commands:

$ git clone git@github.com:roebuk/harmony.git
$ cd harmony
$ npm i
$ npm start

Point your browser at 127.0.0.1:3000

Kristian Roebuck @roebuk

About

Lincoln Hack 2016 Entry - Made in around 3 hours.

License:MIT License


Languages

Language:Nginx 52.3%Language:JavaScript 25.8%Language:HTML 11.1%Language:CSS 10.8%