From 469d756c7e6774cfc97a909a5b3023640d506242 Mon Sep 17 00:00:00 2001 From: Techno Duck Date: Fri, 28 Jul 2023 00:59:10 -0400 Subject: [PATCH] added goals --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dcfa42c..0cbc463 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ Borne out of an idea about Amature Radio, i wanted to have a utility that can quickly check if ISS is in visible and amature radio range to listen to. Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between. + +## TODO's +- [ ] Make calls async (dont judge it was easier like this) +- [ ] Add interractive mode + - [ ] terminal drawn world map ( with ![plotters-rs](https://github.com/plotters-rs/plotters)? ) + - [ ] selecting your location on the map + - [ ] display location of the ISS relative to you when in range