kogama-user-api
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Start

var KoGaMaUserAPI = require("kogama-user-api")
(async function() {
	let data = await KoGaMaUserAPI.InfoUser("br",9)
	console.log(data.xp)
	let streamdata = data.stream()
	streamdata.on("xp",(data) => {
		console.log(data)
	})
})()

Readme

Keywords

none

Package Sidebar

Install

npm i kogama-user-api

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

40.7 kB

Total Files

22

Last publish

Collaborators

  • maury_dev