meowing

0.2.1 • Public • Published

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!

Package Sidebar

Install

npm i meowing

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

21.5 kB

Total Files

17

Last publish

Collaborators

  • cubeythecube