1.0.4 • Published 3 years ago

glow-wrapper v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

glow.js

Interact with the GLOW-API

Example

const glow = require("glow-wrapper");

async function run() {
	let session = await glow.Session.login("TestUser", "TestPassword");

	let uc = glow.UserCollection(session);

	let me = uc.me();

	console.log(me.name);
}

run();
TestUser

Installation

$ npm i glow-wrapper
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago