forked from ChrisChrome/weather-bot
| .gitignore | ||
| config.json.template | ||
| index.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| xml2jsontmp.js | ||
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.jsontoconfig.jsonand 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