Skip to content

Latest commit

 

History

History
36 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

36 lines (16 loc) · 623 Bytes

soundwebapp

A sound web app using Meteor.

The idea is to play sounds based on options selected on other browsers.

Note: uses Buzz https://github.com/brentjanderson/meteor-buzz

meteor add brentjanderson:buzz

and also uses boostrap:

meteor add twbs:bootstrap

###How to use it

First, download the app:

git clone https://github.com/ernestmc/soundwebapp

Next, go to the directory and run meteor:

cd soundwebapp

meteor

This should start serving the app so you can test it. Direct your browser to:

http://localhost:3000/

and start selecting options. Yo should open another sessions to see it fully working.