Skip to content

A go micro service to store/serve notifications

Notifications You must be signed in to change notification settings

Danzabar/notify

Repository files navigation

Notify

Build Status Coverage Status

A micro service to store and serve notifications from various sources

Usage

First install the package

go install github.com/Danzabar/notify

Then run the application with your settings, by default this will use a sqlite connection:

notify -driver="mysql" -creds="user:pass@/dbname?charset=utf8"

Use the -m flag to run migrations

notify -m

Sending Alerts

To start scanning and sending alerts use the -a flag

notify -a

About

A go micro service to store/serve notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages