summaryrefslogtreecommitdiff
path: root/README.md
blob: 3b1ce95a446c4edb0c55f5b98fd9f1b0a43ac3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
$ uv sync
```

Lock requirements prior to deploy:

```bash
$ uv pip compile pyproject.toml -o requirements.txt
```