Skip to content

๐Ÿ”” Windows 10 Toast API simplified, promisified, and prebuilt with NodeRT.

Notifications You must be signed in to change notification settings

MarkTiedemann/win10-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

win10-toast

Windows 10 Toast Notifications API simplified, and prebuilt with NodeRT.

Installation

npm install win10-toast

Quickstart

const toast = require('win10-toast')({
    title: 'Double Rainbow',
    text:  'Ohhhh, wow! OMG! OMG, double rainbow all the way across the sky!',
    appId: 'double-rainbow.org',
    icon:  'rainbow.png'
})

toast.on('activated', ... )
toast.on('userCanceled', ... )
toast.on('timedOut',  ... )

Notes

Development

  • Prerequesites
  • Building: Open Powershell as an administrator and run: .\build.ps1
  • Todos: Document API

License

WTFPL โ€“ Do What the F*ck You Want to Public License.

Made with โค๏ธ by @MarkTiedemann.

About

๐Ÿ”” Windows 10 Toast API simplified, promisified, and prebuilt with NodeRT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages