Skip to content

Instantly share code, notes, and snippets.

@alechash
alechash / AM4.js
Created September 7, 2021 21:11
a javascript snippet to automatically run your AM4 game
const fetch = require('node-fetch');
const jsdom = require("jsdom");
const {
JSDOM
} = jsdom;
//
// Twilio settings.
// These are used to send texts.
// You can find these credentials on your Twilio account.