victorshinya / connect-assistant-blip

Connect your Watson Assistant to Facebook Messenger with Blip.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect your Watson Assistant to Facebook Messenger with Blip.ai

Platform

This application allows you to connect your chatbot with Watson Assistant to Facebook Messenger using Blip platform. If you don't know how to train a new chatbot, checkout the blog.

Architecture

Components and technologies

  • SDK for Node.js: Develop, deploy, and scale server-side JavaScript® apps with ease on IBM Cloud Foundry. The IBM SDK for Node.js™ provides enhanced performance, security, and serviceability.
  • Node.js: Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • React: A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • Blip.ai: Create intelligent chatbots using the best AI solutions available in the market. To guide more specific users’ demands, integrate the bot to human service as well.

Run locally

In order to deploy the code in a cloud platform, you need to install Node.js. After the installation, you can follow the steps below.

1. Download the source code

git clone https://github.com/victorshinya/connect-assistant-blip.git
cd connect-assistant-blip

2. Install all dependencies and build the app

npm install
npm run build

3. Run the app

npm start

5. Access the application on http://localhost:3000

License

MIT License

Copyright (c) 2018 Victor Kazuyuki Shinya

About

Connect your Watson Assistant to Facebook Messenger with Blip.ai

License:Apache License 2.0


Languages

Language:JavaScript 80.0%Language:HTML 11.4%Language:CSS 8.6%