Simple command to check if you are within ISS visibility range
at main 267 B view raw
1[package] 2name = "iss_locator" 3version = "0.1.1" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[dependencies] 9reqwest = { version = "0.11.18",features = ["json","blocking"]} 10serde_json = "1.0.104"