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
- Host: GitHub
- URL: https://github.com/anubhavsrivastava/is-site-down-cli
- Owner: anubhavsrivastava
- License: mit
- Created: 2019-08-02T10:35:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T10:48:59.000Z (over 3 years ago)
- Last Synced: 2025-01-31T17:48:29.559Z (9 months ago)
- Language: JavaScript
- Homepage: https://anubhavsrivastava.github.io/is-site-down-cli
- Size: 79.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# is-site-down-cli
> A CLI module to check if a website is down for everyone
[](https://travis-ci.org/anubhavsrivastava/is-site-down-cli)
[](http://makeapullrequest.com)
[](https://github.com/anubhavsrivastava/is-site-down-cli/issues)
[](http://hits.dwyl.io/anubhavsrivastava/is-site-down-cli)[](https://nodei.co/npm/is-site-down-cli/)
## Install
```
$ npm install is-site-down-cli --g
```## Usage
```bash
$ issitedown node cli.js --helpa 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
[](LICENSE)
refer `LICENSE` file in this repository.