Chatbot with NodeJS and Express, integrating DialogFlow API.
To clone and run this repository you'll need Git and Node.js which comes with npm installed on your computer.
You can run the server from terminal and view the bot opening http://localhost:8199
on your browser:
# Clone this repository
git clone https://github.com/mayi0815/mychatbot-nodejs
# Run the app
npm start
# Open in your browser: http://localhost:8199
Also you can build the app for platform you wish from run scripts (package.json).