hasinternet

0.0.1 • Public • Published

hasInternet

Node.js module for checking if user is connected to the internet.

To Use

Call the function hasInternet and give it a callback function, which takes in an error and a boolean for the true/false that will return for the internet's status. IS THERE INTERNET!?!

var hasInternet = require('hasinternet')
 
hasInternet(answer)
 
function answer(err, internet) {
  // there is either an error and false for internet
  // or false for error and true for internet
    // do what you need to do with that info!
  console.log(err, internet)
}

/hasinternet/

    Package Sidebar

    Install

    npm i hasinternet

    Weekly Downloads

    3

    Version

    0.0.1

    License

    BSD

    Last publish

    Collaborators

    • jllord
    • jlord