https://github.com/satheesh1997/go-notifier
Go package that can be used to send desktop notifications from go application
https://github.com/satheesh1997/go-notifier
go notifications
Last synced: 10 months ago
JSON representation
Go package that can be used to send desktop notifications from go application
- Host: GitHub
- URL: https://github.com/satheesh1997/go-notifier
- Owner: satheesh1997
- Created: 2019-11-09T12:24:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T12:55:41.000Z (about 6 years ago)
- Last Synced: 2025-02-01T18:43:55.794Z (12 months ago)
- Topics: go, notifications
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO NOTIFIER
This package can be used to send desktop notifications from any go applications or packages.
##### How to use?
1. Get the package
go get -v github.com/satheesh1997/go-notifier
2. Import to your source code file
import (
"github.com/satheesh1997/go-notifier"
)
##### How to send notification?
1. To send notification use
notifier.Notify(title, message, level)
2. Levels can be:
1. notifier.LOW
2. notifier.NORMAL
3. notifier.CRITICAL
##### Supported OS:
1. Linux
2. Windows
we will extend our support soon for other operating system