pingitt
v0.1.0
Published
A command line tool to check the status of a website.
Downloads
1
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