0.1.0 • Published 8 years ago

win10-toast v0.1.0

Weekly downloads
5
License
WTFPL
Repository
github
Last release
8 years ago

win10-toast

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

Installation

npm install win10-toast

Quickstart

npm.io

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 :heart: by @MarkTiedemann.