A step by step guide for getting your Javascript programs to communicate with the InOrbit platform
- Node version 16.13.0 or higher - Node installation instructions
- NPM version 8.2.0 or higher - NPM installation instructions
- InOrbit account (it's free to sign up!)
- Clone this repo
- Run
npm install
in the repo directory - Go to your InOrbit Console and get your API Key
- Set an environment variable
INORBIT_API_KEY=<YOUR API KEY>
- Update your RobotID to a unique identifier - (index.js:22)
- Update your robot name (optional) - (index.js:36)
- Run
node index.js
- Log in to the InOrbit Control Panel to see your robot InOrbit
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.