A node.js client for Meower
this is a dumpster fire do not use
There are a few steps you need to get started with Meower-NodeJS
To install dependencies, open the Meower-NodeJS folder in your terminal or command prompt, and run npm install
Open the index.js file in your favourite IDE or text editor (looking at you Notepad users) and enter your login details in these sections
const username = "";
const password = "";
Then save the file, make sure you remove this before you run git push!
Once done, go ahead and run node index.js.