iamnotarobot124 — 7/5/2022, 5:27:57 PM

well now there a wasteof.module!

↩ repost
oren — 6/18/2022, 10:55:07 PM

wasteof-client version 3.0.0 is now out!

Here’s the docs: https://oren-lindsey.github.io/wasteof-client-docs/setup

The repo: https://github.com/Oren-Lindsey/wasteof-client3

Here’s a little sample of what it can do:

import { Wasteof2Auth } from 'wasteof-client'
const wasteof = new Wasteof2Auth('ee','bacon')
await wasteof.login()
wasteof.listen(async (event) => {
    if (event.type == 'updateMessageCount') {
        await wasteof.post('I have new messages!', null)
    }
})

It’s very cool! :)

♥ 4 ↩ 2 💬 6 comments
♥ 1 ↩ 0 💬 0 comments

comments

no comments