Simple command to check if you are within ISS visibility range
1# ISS locator
2
3Borne 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.
4
5Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between.
6
7## TODO's
8- [x] Make calls async (dont judge it was easier like this) (see below)
9- [x] Add interractive mode. - DONE see [satellite_observe.rs](https://tangled.sh/@technoduck.me/sattelite_observe.rs)
10 - [x] terminal drawn world map ( with [plotters-rs](https://github.com/plotters-rs/plotters)? )
11 - [x] selecting your location on the map (see above)
12 - [ ] display location of the ISS relative to you when in range
13- [x] Create compile actions on tag pushes