An open API service indexing awesome lists of open source software.

https://github.com/anubhavsrivastava/is-site-down-cli

cli cmd to check if a site is down elsewhere in world
https://github.com/anubhavsrivastava/is-site-down-cli

Last synced: 8 months ago
JSON representation

cli cmd to check if a site is down elsewhere in world

Awesome Lists containing this project

README

          

# is-site-down-cli

> A CLI module to check if a website is down for everyone

[![Build Status](https://travis-ci.org/anubhavsrivastava/is-site-down-cli.svg?branch=master)](https://travis-ci.org/anubhavsrivastava/is-site-down-cli)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![GitHub issues](https://img.shields.io/github/issues/anubhavsrivastava/is-site-down-cli.svg?style=flat-square)](https://github.com/anubhavsrivastava/is-site-down-cli/issues)
[![HitCount](http://hits.dwyl.io/anubhavsrivastava/is-site-down-cli.svg)](http://hits.dwyl.io/anubhavsrivastava/is-site-down-cli)

[![NPM](https://nodei.co/npm/is-site-down-cli.png?downloads=true&stars=true)](https://nodei.co/npm/is-site-down-cli/)

## Install

```
$ npm install is-site-down-cli --g
```

## Usage

```bash
$ issitedown node cli.js --help

a CLI to check if a website is down for everyone

Usage
$ issitedown
Options
url Site to check
Examples
$ issitedown https://theanubhav.com
$ issitedown https://devtips.theanubhav.com
$ issitedown https://about.theanubhav.com
```

### Related Module

- [is-site-down](https://github.com/anubhavsrivastava/is-site-down) Checks if a website is down for rest of world
- [blame-my-network](https://github.com/anubhavsrivastava/blame-my-network) - Check whether a website is up or down only for your network

### Contribution

Suggestions and PRs are welcome!

Please create issue or open PR request for contribution.

### License

[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)

refer `LICENSE` file in this repository.