Skip to content

ramprakashram/go-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%