Takumon / chatbase-webapp-sample

chatbase-webapp-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Chatbot

Demo of a Weather bot, built with React, Pusher and Dialogflow. Tutorial: https://pusher.com/tutorials/weather-chatbot-react-dialogflow

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 keys from Pusher, Dialogflow and openweathermap
  4. Open react-bot/src/App.js and variables.env and update them with your Pusher, Dialogflow and Openweathermap credentials
  5. Run node server.js to start the express server
  6. cd into the react-bot folder, run npm install followed by yarn start to start the development server. View http://localhost:3000 in your browser.

Pre-requisites

Built With

Licence

MIT

About

chatbase-webapp-sample


Languages

Language:TypeScript 94.5%Language:JavaScript 3.8%Language:HTML 1.1%Language:CSS 0.6%