Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 549 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 549 Bytes

cloud-sdk

Javascript SDK to interact with BloqCloud services

Build Status

Install

$ npm install --save @bloq/cloud-sdk
$ yarn add @bloq/cloud-sdk

Use

This SDK exposes multiple libraries. Each documentation can be found in the links below

const { auth, connect } = require('@bloq/cloud-sdk')

Test

$ npm test