blob: 7528e36080cae5e273e1ad022d1d9314773bc538 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ISS Pass Predictions
**[https://iss.guru](https://iss.guru)** - A modern web interface and API serving accurate ISS pass predictions. Provides predictions for both visual passes as well as amateur radio uses.
Built in Python using [Skyfield](https://rhodesmill.org/skyfield/) and [FastAPI](https://fastapi.tiangolo.com/).
## Dev
```bash
$ pipenv sync -d
$ pipenv run pre-commit install
$ pipenv run server
```
|