1.0.6 • Published 2 years ago

lepton-client v1.0.6

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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago