Simple command to check if you are within ISS visibility range

project update and semver for some reason

Changed files
+5 -5
+1 -1
Cargo.lock
··· 346 346 347 347 [[package]] 348 348 name = "iss_locator" 349 - version = "0.1.0" 349 + version = "0.1.1" 350 350 dependencies = [ 351 351 "reqwest", 352 352 "serde_json",
+4 -4
README.md
··· 5 5 Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between. 6 6 7 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 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 12 - [ ] display location of the ISS relative to you when in range 13 13 - [x] Create compile actions on tag pushes