Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 664 Bytes

Sensory Cloud Node SDK

Sensory Cloud Node SDK. Created to make communicating with Sensory Cloud easy from a Node server!

General Information

Before getting started, you must spin up a Sensory Cloud inference server or have Sensory spin one up for you.

You must also have the following pieces of information:

  • Your inference server URL
  • Your Sensory Tenant ID (UUID)
  • Your configured secret key used to register OAuth clients

Most of the time this information is packaged in a credentials.ini file provided by Sensory.

Installation

npm install @sensory-cloud/node-sdk --save

Examples

All examples can be found in the /examples directory.