is-online
Check if the internet connection is up
get-fqdn
Lookup the fully qualified domain name ("FQDN") of the current server's IP (default) or a custom IP. 90x faster than `hostname -f` and works with Node v6.4+.
internet-available
A module to verify if there's an active internet connection with Node.js
@esm2cjs/is-online
Check if the internet connection is up. This is a fork of sindresorhus/is-online, but with CommonJS support.