added goals
This commit is contained in:
parent
c9ab8eb43c
commit
469d756c7e
1 changed files with 7 additions and 0 deletions
|
@ -3,3 +3,10 @@
|
||||||
Borne 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.
|
Borne 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.
|
||||||
|
|
||||||
Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between.
|
Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between.
|
||||||
|
|
||||||
|
## TODO's
|
||||||
|
- [ ] Make calls async (dont judge it was easier like this)
|
||||||
|
- [ ] Add interractive mode
|
||||||
|
- [ ] terminal drawn world map ( with ![plotters-rs](https://github.com/plotters-rs/plotters)? )
|
||||||
|
- [ ] selecting your location on the map
|
||||||
|
- [ ] display location of the ISS relative to you when in range
|
||||||
|
|
Loading…
Reference in a new issue