classicube

2.1.0 • Public • Published

ClassiCube NPM library!

The ClassiCube NPM library can be used to interact with ClassiCube's API's in a bunch of ways.
You can player info, you can get servers and most importantly everything can be cached!

Example:

	const ClassiCube = require("ClassiCube")
  	const cl = new ClassiCube('tmp.json', false);
  	await cl.login('lukeacat', 'password2011');

  	console.log(await cl.getServers());
	console.log(`Logged in account ${cl.getUsername()}!`);

Package Sidebar

Install

npm i classicube

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • yourfriendoss