A Discord bot for posting weather updates/alerts https://discord.com/invite/atnUGXv6za
Find a file
2024-05-08 07:48:05 -06:00
.gitignore Turned it into a discord bot :) 2024-05-07 23:18:26 -06:00
config.json.template asdf 2024-05-08 00:44:17 -06:00
index.js Stop connection before starting, just in case 2024-05-08 07:48:05 -06:00
LICENSE Funny 2024-05-07 21:10:29 -06:00
package-lock.json Turned it into a discord bot :) 2024-05-07 23:18:26 -06:00
package.json Turned it into a discord bot :) 2024-05-07 23:18:26 -06:00
README.md Add a lil credits thing 2024-05-08 00:05:12 -06:00
xml2jsontmp.js Turned it into a discord bot :) 2024-05-07 23:18:26 -06:00

Warning

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

What is this?

This is meant to be a public Discord bot. It connects via XMPP to Weather.IM and allows server owners to subscribe a channel to any number of weather alerts.

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