idcloudhost-node-client
v0.0.3
Published
#### Getting started - Install package:
Downloads
2
Readme
Unofficial ID Cloudhost Client
Getting started
- Install package:
yarn add idcloudhost-node-client
- Usage
import IdcClient from 'idcloudhost-node-client'
const apikey = 'Your API KEY'
const idcClient = IdcClient(apikey)
idcClient.getUserInfo()
.then(console.log)
.catch(console.error)