forked from ChrisChrome/weather-bot
557 B
557 B
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?
- Clone the repo
- Install the requirements
- Copy
config.example.json
toconfig.json
and fill in the values - Run
node .
- Profit?
TODO
- Clean up the code
- Add more error handling
- Add more logging
- Add more features
- Add more documentation