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- [ ] Make calls async (dont judge it was easier like this) 9- [ ] Add interractive mode 10 - [ ] terminal drawn world map ( with ![plotters-rs](https://github.com/plotters-rs/plotters)? ) 11 - [ ] selecting your location on the map 12 - [ ] display location of the ISS relative to you when in range 13- [ ] Create compile actions on tag pushes