Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 475 Bytes

Netclock

Netclock is a very simple command line tool for querying ntp and comparing the result with the system time.

Uses pool.ntp.org as a time server.

Usage

$ npm install netclock 

$ netclock
   ____________________________________________________

   System time  : Wed Sep 09 2015 17:51:15 GMT+0100 (IST)
   Network time : Wed Sep 09 2015 17:51:33 GMT+0100 (IST)

   ____________________________________________________

License

MIT License (MIT)