Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 383 Bytes

File metadata and controls

15 lines (10 loc) · 383 Bytes

demo-nodejs-qanswer

Demonstrate how to use the QAnswer APIs in NodeJS

Quickstart

We reommend using nvm to manage NodeJS version, otherwise you can take a look at the version of nodejs inside the .nvmrc file.

nvm use
npm install
node index.js

Take a look at the file index.js to see how to use the QAnswer APIs.