summaryrefslogtreecommitdiff
path: root/README.md
blob: 3fd7ed42dbc80470421560fdd189b6c55bb39dc5 (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
```

Lock requirements prior to deploy:

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