A chatbot that can help out with news headlines and if you ask it nicely.
# clone repo
git clone git@github.com:Robophil/chat-bot-next-pusher.git
# install dependencies
yarn
# copy app keys from pusher dashboard and replace
# You can also move it to a .env file and source.
# Access values with process.env.*
# start next app
yarn run dev
# start server app
GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/service-account-file.json" node server.js
- node
- npm
- Pusher - APIs to enable devs building realtime features
- NextJs - Framework for server-rendered or statically-exported React apps
- Dialogflow - Dialogflow is an end-to-end development suite for building conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices