netclock

A simple tool for querying network timeservers

Usage no npm install needed!

<script type="module">
  import netclock from 'https://cdn.skypack.dev/netclock';
</script>

README

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)