/gitterapp

Primary LanguageJavaScript

Gitter Demo App

HOWTO

  1. Create a new app at https://developer.gitter.im. The Redirect URL should be http://localhost:7000/login/callback
  2. Run npm install
  3. Launch the demo app with:
$ GITTER_KEY=<your-app-key> GITTER_SECRET=<your-app-secret> node app.js

Happy Hacking!