Crates.io | isitup |
lib.rs | isitup |
version | 2021.5.25 |
source | src |
created_at | 2021-05-21 17:18:54.921873 |
updated_at | 2021-05-25 16:48:52.147579 |
description | CLI utility to check if a domain is up or down |
homepage | |
repository | https://github.com/aruncveli/isitup |
max_upload_size | |
id | 400402 |
size | 38,252 |
Rusty CLI utility to check if a website/domain is up or down, leveraging isitup API
Pass a space separated list of domains as arguments
$ ./isitup blah blah.com google.com
Can access isitup.org! ✅
blah does not seem to be a valid domain! ❌
blah.com seems to be down! 💥
google.com is up! 🎉