pingitt

A command line tool to check the status of a website.

Usage no npm install needed!

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

README

pingitt

A command line tool to check the status of a website.

Development

Before you can use this tool locally you need to install the dependencies and link the cli to your local installation.

npm install && npm link

Once you've successfully installed and link the cli appliction you can run the following command.

pingitt --url https://www.csgpro.com -v

And you should see the following logged to the console.

requesting csgpro.com

Alternatively you can pass in a file for processing

pingitt --file sample.json -v