0.2.1 • Published 3 years ago

meowing v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

meow.js (meowing)

A simple way to communicate with the Scratch API

Install

npm install meowing

Example usage:

const { ScratchSession } = require("meowing");

let session = new ScratchSession("sus", "sussy");

session.login().then(async () => {
  // Get a forum (Advanced Topics) and find the first topic
  let AT = await session.getForum(31);
  await AT.topics[0]._init();
  console.log(AT.topics[0].title);
});

Credits

Thanks to CubeyTheCube for publishing this to npm!

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.0.3

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago