pingu-noot

simple package that pings a given ip and returns the result in a cool JSON format

Usage no npm install needed!

<script type="module">
  import pinguNoot from 'https://cdn.skypack.dev/pingu-noot';
</script>

README

Pingu-Noot

a simple package that pings a given ip address a returns the result in a cool JSON format

Installation

$ npm install pingu-noot

usage

var pinguNoot = require('pingu-noot');

pinguNoot({c: 2, timeout: 1000}, '8.8.8.8', function (stat) {
  console.log(stat);
});