···55Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between.
6677## TODO's
88-- [ ] Make calls async (dont judge it was easier like this)
99-- [ ] Add interractive mode
1010- - [ ] terminal drawn world map ( with ? )
1111- - [ ] selecting your location on the map
88+- [x] Make calls async (dont judge it was easier like this) (see below)
99+- [x] Add interractive mode. - DONE see [satellite_observe.rs](https://tangled.sh/@technoduck.me/sattelite_observe.rs)
1010+ - [x] terminal drawn world map ( with [plotters-rs](https://github.com/plotters-rs/plotters)? )
1111+ - [x] selecting your location on the map (see above)
1212 - [ ] display location of the ISS relative to you when in range
1313- [x] Create compile actions on tag pushes