os-notification

1.0.5 • Public • Published

os-notification

Easily create notify message in your defined time. It supports apple, windows and linux operation systems. It has support for MacOS, Windows and Linux.

NPM npm npm GitHub code size in bytes GitHub repo size Coverage badge


Installation

npm i os-notification -g

Example running:

notify message="Example message"

default execute time is 0, you can define time when your message has to show, example 10sec like this:

notify message="Example message" time="10000"

You can use this package for your next solution like this:

const { notify } = require('os-notification')
notify(
  "Example message", // message,
  `${10 * 1000}` // execute time 10sec
)

Expected incorrect result will be show in your console like this:

Alt 1

Expected correct result will show your message:

Alt 2

Package Sidebar

Install

npm i os-notification

Weekly Downloads

8

Version

1.0.5

License

MIT

Unpacked Size

4.78 kB

Total Files

5

Last publish

Collaborators

  • lukas-frantal