https://github.com/mr687/idcloudhost-node-client
Unofficial IDCloudhost Node API Client
https://github.com/mr687/idcloudhost-node-client
client idcloudhost nodejs npm-package
Last synced: 2 months ago
JSON representation
Unofficial IDCloudhost Node API Client
- Host: GitHub
- URL: https://github.com/mr687/idcloudhost-node-client
- Owner: mr687
- Created: 2022-03-21T23:13:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T09:32:15.000Z (about 4 years ago)
- Last Synced: 2025-03-21T03:14:33.206Z (about 1 year ago)
- Topics: client, idcloudhost, nodejs, npm-package
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Unofficial ID Cloudhost API Client
#### Getting started
- Install package:
```bash
yarn add idcloudhost-node-client
```
- Usage
```typescript
import IdcClient from 'idcloudhost-node-client'
const apikey = 'Your API KEY'
const idcClient = IdcClient(apikey)
idcClient.getUserInfo()
.then(console.log)
.catch(console.error)
```
#### API Docs
- [https://api.idcloudhost.com](https://api.idcloudhost.com)