1.0.4 • Published 4 years ago

glow-wrapper v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago