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
- Host: GitHub
- URL: https://github.com/csvwolf/ker.js
- Owner: csvwolf
- License: mit
- Created: 2018-09-21T09:16:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T14:49:07.000Z (over 4 years ago)
- Last Synced: 2025-08-16T02:37:00.028Z (10 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```