Skip to content

Go package that can be used to send desktop notifications from go application

Notifications You must be signed in to change notification settings

satheesh1997/go-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go package that can be used to send desktop notifications from go application

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages