A CLI tool for real-time satellite tracking by utilizing API from N2YO and obtain various data, including a TLE parser, reconnaissance data, position tracker and more.
- Register on N2YO and obtain API key.
docker pull hari166/sattrace
and start a container.docker exec -it CONTAINER_ID sh
- Set API key as environment variable with
export N2YO=API_KEY
. - Run
go run .
- TLE for given satellite
- TLE parser
- Satellite position
- Visual passes
- Get visual passes with reference to user's location.