Skip to content
This repository has been archived by the owner on Jul 8, 2018. It is now read-only.

suricats/surirobot-api-converse-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conversational API for Surirobot

Overview

This API coordonates call to STT, NLP and TTS API to allow natural speaking with surirobot

Requirements

  • NodeJs >= 8

Setup

Run in the console:

git clone git@github.com:suricats/surirobot-api-converse.git service-converse
cd service-converse
npm install

Running the server

To run the server, run:

npm start

Documentation

To view the Swagger UI interface, open a browser and access:

https://converse.api.surirobot.net/docs

You can also find the Swagger file at:

api/swagger.yaml