win10-toast

0.1.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i win10-toast

      Weekly Downloads

      1

      Version

      0.1.0

      License

      WTFPL

      Last publish

      Collaborators

      • marktiedemann