Notificator uses several open source projects to work properly and for tests:
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- node-notifier - A Node.js module for sending notifications on native Mac, Windows and Linux
- prompt - A beautiful command-line prompt for node.js
- opn - A better node-open. Opens stuff like websites, files, executables. Cross-platform
- Tested successfully on Node.js v6.9+
- Before the work initialize tasks.json with empty JS object (if it is not): {}
- Download and extract the latest version of Notificator
- Install all dependencies:
$ cd notificator
$ npm install
$ npm start
$ npm run add
App settings can be changed in "settings.js"
- davidwalsh - node-notifier API
- paralint - About Windows notification util: notifu
- nodejitsu - How Node.js prompt works
- stackoverflow - About time formatting using regex
MIT