Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Jerome Houdan edited this page Oct 5, 2016 · 17 revisions

Recast.AI - SDK Node.js

alt text

Recast.AI official SDK in Node.js

Synospis

This module is a Node.js interface to the Recast.AI API.

Installation

npm install --save recastai

Usage

This modules is a wrapper around the Recast.AI API, and allows you easily to:

  • analyze your text // Lien vers Analyse your text
  • build a bot // Lien vers Build your bot

Specs

Classes

This module contains 5 classes, as follows:

  • Client is the client allowing you to make requests.
  • Converse contains the response from Recast.AI on /converse
  • Response contains the response from Recast.AI on /request
  • Entity represents an entity of the response
  • RecastError is the error returned by the module.

Don't hesitate to dive into the code, it's commented ;)

Clone this wiki locally