+1
-1
Cargo.lock
+1
-1
Cargo.lock
+4
-4
README.md
+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 ? )
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