xingplus / gitter-md-export

Gitter Demo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter MD export App

A simple way to export the chat history of a room as markdown. Very crude as simple a quick hack based on the official 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!

About

Gitter Demo App


Languages

Language:JavaScript 63.5%Language:HTML 33.4%Language:CSS 3.1%