cjstewart88 / TubalrDJ

This is Tubalr's Node socket server that's using for Tubalr's DJ Mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TubalrDJ

A simple socket.io server that powers the real-time DJ mode for Tubalr. There are a lot of cool features missing that are yet to be built. Stay tuned!

Installation

Clone this repository, and then execute:

$ cd TubalrDJ && npm install

Usage

Update the default server and port in Tubalr's app/assets/javascript/dj.js to match where this service will be running. Execute:

$ npm start

And you're good to go.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Wipe hands on pants.

About

This is Tubalr's Node socket server that's using for Tubalr's DJ Mode.


Languages

Language:JavaScript 100.0%