Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS ExpressJS ES6 Socket.io npm HTML5,CSS3 and JS

Description

Simple Voice AI Bot with Web Speech API

Installation:

You need to have installed NodeJS with npm


Configuration env file

You need to create an .env file in the project root with the following environment variables configured:

  • Port:

    PORT=3000
    
  • Api token:

    APIAI_TOKEN=XXXXXX
    
  • Api AI Session:

    APIAI_SESSION_ID='random_string'
    

    If you have problems with HTTPS, SSL or TLS you can use:

  • NODE_TLS_REJECT:

    NODE_TLS_REJECT_UNAUTHORIZED=0
    

To install all dependecies:

npm install

To run the server:

$ npm start

To obtain the API.ai apikey go here


Source: @girliemac

About

🤖 Simple AI Chatbot made with Socket.io, Express and API.ai

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages