Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.15 KB

movie-bot

movie bot code sample

This is the code repo for the movie-bot exercise in the Chatbot Workshop. The code is adapted and modified from this wonderful blog post.

Feel free to follow along with the course deck.

Prereqs

Beginner JS resources

My favorite beginner js book: Eloquent Javascript (in-browser coding exercises)

Interactive tutorial: Codecademy (Free, no need to go pro)

Install

git clone https://github.com/yipcma/movie-bot.git

cd movie-bot

npm install

Config

  • obtain apikey from omdb
  • edit config.js

Run

npm start

Test MQTT

npm mqtt
In another terminal
curl localhost:3000/mqtt_ping

Setup Recast.ai

Follow the original blog post.