forked from ChrisChrome/weather-bot
|
||
---|---|---|
.gitignore | ||
config.json.template | ||
debug.js | ||
events.json | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
voicetest.js | ||
wfo.js | ||
wfos.json | ||
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.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