This app sends status updates from Binghamton University's System Status Dashboard to Discord using webhooks.
The app scrapes the dashboard to obtain information about the system status.
This is a Node.js application, so Node.js is required. npm is also needed.
The environment variable DISCORD_WEBHOOK_URL must be set. Since this app uses the package dotenv, you can set it in a file called .env.
npm install npm run build npm start Use the keyboard shortcut Ctrl + C to stop.