Getting started
Installation
For a new project
yarn init # or npm initnpm i @ubidots/ubidots-javascript-library --save-dev # or yarn add @ubidots/ubidots-javascript-library -D
For existing projects
npm i @ubidots/ubidots-javascript-library --save-dev
# or
yarn add @ubidots/ubidots-javascript-library -DImporting the library
CommonJS
ES Modules
Usage
Last updated
Was this helpful?