Skip to content

ericelliott/gitter-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter React

Join the chat at https://gitter.im/malditogeek/gitter-react

A mobile Gitter client using isomorphic React.

WIP

I'm building this as an exercise to learn some React. Feel free to contribute tho 👍

Getting Started

You'll need to create an app at https://developer.gitter.im and expose your credentials through env vars:

  • export OAUTH_KEY=<your_app_key>

  • export OAUTH_SECRET=<your_app_secret>

  • Start the server: npm start

  • Build the app+css: npm run webpack

License

MIT

About

Gitter client using isomorphic React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%