conchk

1.0.3 • Public • Published

Conchk

A simple internet connection checker. I use this to log the status of my internet connection once per second, if I am having intermittent issues that are hard to diagnose. This is a good way to show Charter that the problem is theirs.

// Usage example. By default Check will log to the console, but not a file.
var Check = require('conchk'),
  options = { silent-console: true, filename: 'output.log'},
  checker = Check('google.com', 80, options);

setInterval(checker, 1000);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i conchk

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • projectodd-user
  • lanceball