summaryrefslogtreecommitdiff
path: root/README.md
blob: fba4f08ce462c9b959707eed95eee95ec18d17ce (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.

## Dev

```bash
$ pipenv sync -d
$ pipenv run pre-commit install
$ pipenv run server
```