Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 374 Bytes

javascript sample

Getting Started

Get Cognito Info from https://app.hamamatsu.makeour.city/

$ cp .env.example .env  # copy a setting file
$ vi .env               # Add your username, password and Cognito Info
$ npm i                 # Install dependencies
$ node index.js
TOKEN: xxxxxx
{
  orion: {
    version: '3.1.0-next',
  ...
}