1.0.4 • Published 2 years ago

tabbykat v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Info

Tabby, a new Scratch API implementation

Example Usage

Create a session with Tabby:

import { Session } from "tabbykat";

const tabby = new Session({ username: "ScratchCat", password: "catsarecool" });
tabby.on("authenticated", () => console.log("Authenticated with Scratch! :D"));

tabby.login();
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago