IEM-Alert/README.md

19 lines
529 B
Markdown

## 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