Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izdi/react-slack-rtm
Demo Slack RTM chat built with ReactJS and Django
https://github.com/izdi/react-slack-rtm
demo django javascript reactjs slack
Last synced: about 1 month ago
JSON representation
Demo Slack RTM chat built with ReactJS and Django
- Host: GitHub
- URL: https://github.com/izdi/react-slack-rtm
- Owner: izdi
- Created: 2015-01-31T21:30:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T10:02:34.000Z (almost 9 years ago)
- Last Synced: 2023-07-11T23:40:24.700Z (over 1 year ago)
- Topics: demo, django, javascript, reactjs, slack
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django and ReactJS using Slack RTM API. [![Code Climate](https://codeclimate.com/repos/561a5123e30ba0557a003990/badges/8448e4f0ef0aa3ee1d70/gpa.svg)](https://codeclimate.com/repos/561a5123e30ba0557a003990/feed)
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