damilolaolatunji / chatkit-slash-cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatkit Slash Commands

Implement slash commands in a Chatkit powered application. Tutorial: https://pusher.com/tutorials/slash-command-chatroom

Getting Started

  1. Clone this repository and cd into it.
  2. Execute npm install to download dependencies.
  3. See tutorial for notes on how to get the required credentials from Chatkit and newsapi.org
  4. Open src/methods.js and update it with your Chatkit instance locator, test token endpoint, room id, and news api key.
  5. Run npm start to start the development server. View http://localhost:3000 in your browser.

Pre-requisites

Built With

  • React - For creating the application frontend
  • Chatkit - Chat features

Licence

MIT

About


Languages

Language:JavaScript 76.3%Language:CSS 14.0%Language:HTML 9.7%