A Discord bot for posting weather updates/alerts
Find a file
2024-05-07 21:48:22 -06:00
.gitignore do config stuff 2024-05-07 21:34:18 -06:00
config.json.template do config stuff 2024-05-07 21:34:18 -06:00
index.js add logging to start error 2024-05-07 21:48:22 -06:00
LICENSE Funny 2024-05-07 21:10:29 -06:00
package-lock.json do config stuff 2024-05-07 21:34:18 -06:00
package.json do config stuff 2024-05-07 21:34:18 -06:00
README.md Actually kinda bother with readme file 2024-05-07 21:47:05 -06:00

Warning

This is SUPER tossed together. Might bother cleaning it up later.

What is this?

This hooks up to the weather.im XMPP server and lets you push messages from iembot to a discord webhook and/or ntfy server topic.

How do I use this?

  1. Clone the repo
  2. Install the requirements
  3. Copy config.example.json to config.json and fill in the values
  4. Run node .
  5. Profit?

TODO

  • Clean up the code
  • Add more error handling
  • Add more logging
  • Add more features
  • Add more documentation