Updated Notifiers (markdown)

master
Hunter Long 2018-09-11 19:27:26 -07:00
parent 2d27fccce7
commit d8135999fb
1 changed files with 4 additions and 0 deletions

@ -1,5 +1,9 @@
Statup includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo! Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statup database. Statup includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo! Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statup database.
<p align="center">
<a href="https://github.com/hunterlong/statup/wiki/Notifier-Example">Example Notifier</a> | <a href="#">Notifier Events</a>
</p>
## Notifier Requirements ## Notifier Requirements
- Must have a unique `METHOD` name - Must have a unique `METHOD` name
- Struct must have `*notifier.Notification` pointer in it. - Struct must have `*notifier.Notification` pointer in it.