GitterMobile

Unofficial Gitter.im client for iOS and Android.

Download

Go to the releases page to download the latest available apk.

App preview

Home screen Search rooms screen User screen Room screen Room info screen Drawer Message

Features

See Roadmap.

Technical stack

Installation

Once you have downloaded or cloned this repository, run npm install inside the directory, then you need to create local.js file inside app directory with following content:

export const CLIENT_ID = 'oauth key'
export const CLIENT_SECRET = 'oauth secret'
export const REDIRECT_URI = 'redirect url'

Each of the fields you can get here.

Usage

License

All the code available under the MIT + Apache 2.0. licenses. See LICENSE.

GitHub

View Github