Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Build a Chatbot with Watson APIs!
You have completed Build a Chatbot with Watson APIs!
Preview
How does our local app communicate with the Conversation service? Let's take a few minutes to review the chatbot page and JavaScript code in our starter files.
Supporting Courses
- Node.js Basics: Remember to check out our Node course if you want more help understanding how to write a Node app that can consume an API like this.
- Express Basics: Express is used for the web client code that users interact with.
- REST API Basics: This short course explains how REST APIs (like the Watson APIs) are designed and used.
Documentation
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
the code in our starter files.
0:00
Now to set the stage,
0:01
we talked earlier about prerequisite
knowledge of this course.
0:02
Ideally, you have a pretty
good understanding of Node or
0:05
another language, and
how to interact with an API.
0:08
We have supporting material to teach
you these parts if you need it.
0:11
But it's also okay to
just follow along here,
0:14
even if you don't understand
how all this code works.
0:16
You can circle back to that
after completing this course.
0:19
Let's start by looking
at what the user sees.
0:23
Armen has created a webpage for the UI,
and it's here in the public folder.
0:25
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up