0.0.2 • Published 1 year ago

rules.art.js v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Installation

$ npm install rules.art.js

Usage

import { Client } from 'rules.art.js';

const client = new Client();

client.login("email@example.com", "password").then((response) => {
    if (response.needs2FA) {
        client.twoFactorSignIn(response.twoFactorSecret, "123456").then((res) => {
            console.log("Logged in as", res.username,"!");
        });
    }
});

Then, start cooking!

0.0.2

1 year ago

0.0.1

1 year ago