An open API service indexing awesome lists of open source software.

https://github.com/csvwolf/ker.js

Hostker Node SDK
https://github.com/csvwolf/ker.js

Last synced: 4 months ago
JSON representation

Hostker Node SDK

Awesome Lists containing this project

README

          

# ker.js
Hostker Node SDK

## Install
```sh
npm install ker.js
```

## Usage
```javascript
const Ker = require('ker.js')
const ker = new Ker({ email: 'email', token: 'token' })
ker.test()
```