Skip to content

Conversation Street NodeJS Talk source code. See other interesting projects on my website.

Notifications You must be signed in to change notification settings

peterpoliwoda/conversation-street

Repository files navigation

Conversation Street

NodeJS Dublin Meetup code sample.

For the Assistant to work you will need to import the skill into your assistant. You can create a new skill using the skill-Reverse-order-a-pizza.json file in the main project folder to just get it running.

I would advise you to read the documentation and/or go through the presentation slides and then recreate the Skill yourself so that you understand the various pieces of the puzzle before building something new. A lot can be achieved using standard components, so you don't need to reinvent the wheel.

You'll need to set up an account on https://cloud.ibm.com and create a Service called Watson Assistant from the AI section of the Catalog.

Choose Watson Assistant service in the IBM Cloud Catalog

catalog service

To import the existing skill follow the steps below.

Create a new Skill

create skill

Go to import skill tab and choose the skill-Reverse-order-a-pizza.json JSON file in the main project folder

skill import

Start off by putting your environment variables in a .env file:

$ cp .env.sample .env

After providing config start the app as usual:

$ npm start

About

Conversation Street NodeJS Talk source code. See other interesting projects on my website.

Resources

Stars

Watchers

Forks

Packages

No packages published