Skip to content

A step by step guide for getting your Javascript programs to communicate with InOrbit platform on behalf of robots

License

Notifications You must be signed in to change notification settings

inorbit-ai/edge-sdk-javascript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-SDK Javascript example

A step by step guide for getting your Javascript programs to communicate with the InOrbit platform

Requirements

Steps

  1. Clone this repo
  2. Run npm install in the repo directory
  3. Go to your InOrbit Console and get your API Key
  4. Set an environment variable INORBIT_API_KEY=<YOUR API KEY>
  5. Update your RobotID to a unique identifier - (index.js:22)
  6. Update your robot name (optional) - (index.js:36)
  7. Run node index.js
  8. Log in to the InOrbit Control Panel to see your robot InOrbit

FAQ

How do I set an environment variable?

Within the terminal, enter export INORBIT_API_KEY=your_API_key

Where do I get my RobotID?

This value is determined by the user and must be unique.

About

A step by step guide for getting your Javascript programs to communicate with InOrbit platform on behalf of robots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published