iss_locator.rs/README.md
Techno Duck 729c9d12f6
Some checks failed
Build and upload a binary on tag push / build-release (push) Failing after 3m58s
edited readme
2023-09-15 21:01:10 -04:00

13 lines
636 B
Markdown

# ISS locator
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.
## 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
- [ ] Create compile actions on tag pushes