1.0.6 • Published 3 years ago

lepton-client v1.0.6

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

Lepton Client

An API wrapper for lepton. This is used by lepton itself but can also be used independently to create bots.

const {Client} = require('lepton-client');
const client = new Client();
client.signIn('username', 'password');
client.once("clientUserChanged", ()=>{
	console.log("Logged In!");
})
1.0.6

3 years ago

1.0.5

3 years ago

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