glow-wrapper
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i glow-wrapper

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

39.3 kB

Total Files

26

Last publish

Collaborators

  • tch1b0