rurlr

Crates.iorurlr
lib.rsrurlr
version0.3.0
sourcesrc
created_at2023-06-03 09:24:46.067972
updated_at2023-06-03 11:13:11.141307
descriptionSimple CLI url checker that pings the target to see if its up
homepage
repository
max_upload_size
id881508
size39,856
Chris Quinn (chrisquinnr)

documentation

README

RURLr

Simple CLI app that accepts a list of URLs to perform an uptime check.

Development

cargo build
cargo run <URL>

Future

  • Add configurable params to control scheduling of uptime checking
  • Write uptime logs to external logger (or local file)
  • Pass file listing urls instead of params
Commit count: 0

cargo fmt