@glojs/glojs
v0.0.2-alpha.1
Published
GitKraken Glo Boards SDK for NodeJS
Downloads
30
Readme
glojs
glojs is a lightweight package to help communicate with the GitKraken Glo API.
Install
yarn add @glojs/glojs
npm i @glojs/glojsAPI Features Completed
| STATUS | METHOD | ENDPOINT |
| ------ | ------ | -------------------- |
| 🟡 | GET | /boards |
| 🟡 | POST | /boards |
| 🟡 | GET | /boards/{board_id} |
Purpose
I wanted to try my hand at creating a useful library and learn the processes that goes a long with that.
