/HangoutConnection

Hangout Connection Application - which feeds data from hangout back to server

Primary LanguageJavaScript

HangoutConnection

This is a Google Hangout Plugin that connects to the AgileVentures website to indicate that an event has gone live and continue to update the site as to changes in hangout participants and other related data.

Installation

Run bundle to install gem libraries

$ bundle

Tests

Run the following:

$ bundle exec rake test

To run the tests in your browser use:

$ bundle exec rake jasmine

and then open http://localhost:8888/ or whatever is specified on the command prompt