Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bittricky/status-cli
Check to see if a website is up or down
https://github.com/bittricky/status-cli
cli javascript nodejs npm
Last synced: 4 days ago
JSON representation
Check to see if a website is up or down
- Host: GitHub
- URL: https://github.com/bittricky/status-cli
- Owner: bittricky
- License: mit
- Created: 2018-07-29T01:43:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T08:31:02.000Z (over 2 years ago)
- Last Synced: 2024-05-28T16:11:26.578Z (6 months ago)
- Topics: cli, javascript, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# status-cli
> Check if a website is up or down
## Install
Ensure you have Node.js version 8+ installed. Then run the following:
```
$ npm install --global status-cli
```## Usage
```
$ status -hUsage
$ status -f url_list.txt
$ status -u http://example.com
```## License
MIT © Mitul Patel