1.0.6 • Published 4 years ago

lepton-client v1.0.6

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

4 years ago

1.0.5

4 years ago

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