netify v1.0.0
netify
Watch over for internet connection and notify you of its status. This tool is create by netcell and thanhdeptrai.

This simple tool is written using Node.js, tested on Windows 10 and Mac OSX El Capitan, but should works with most versions of Windows and Mac OSX that support notification.
The tool checks with ping command of the system and notifies when you lose internet connection, when you get it back and when the connection quality is low.
Support translation: English and Vietnamese. Translations are welcome. Please look into language.js file for more information and create a PR if you want to contribute a translation.
Feel free to follow me on twitter @netcell and check out my blog!
Installation
npm install -g netifyUsage
netifyAvailable options:
--host|-h: by defaultnetifypingsgoole.com, you can change the destination host using this option, eg.
netify -h=github.com--threshold|-t: by default whenttlis over1000,netifywill notify you that the connection is weak, you can change the threshold using this option, the value is inms, eg.
netify -t=300--silent|-s: disable notification, not really useful but thanhdeptrai insisted.--lang: by defaultnetifyuse English translation, you can change it using this option, eg.
netify --lang=vi- You also can use the language code directly, eg.
netify --viSupported languages and codes
en: Englishvi: Vietnamese
License
This content is released under the (http://opensource.org/licenses/MIT) MIT License.
10 years ago