izdi / react-slack-rtm

Demo Slack RTM chat built with ReactJS and Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django and ReactJS using Slack RTM API. Code Climate

Mostly Django only serves routes to pages and handles OAuth storing users tokens. React builds main chat application. You can also use this demo project as example of how to integrate ReactJS with your Django projects. Thanks to Slack for reach API documentation https://api.slack.com.

Note: at this moment implemented only messaging functionality between channels.

Installation

Clone the project git clone https://github.com/izdi/djslack.git

  1. pip install -r requirements.txt to install python dependencies
  2. npm install to install javascript dependencies
  3. gulp to build react dist

About

Demo Slack RTM chat built with ReactJS and Django


Languages

Language:JavaScript 49.9%Language:Python 38.5%Language:HTML 6.5%Language:CSS 5.1%