Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nonnontrivial committed Jun 26, 2024
1 parent c892ae7 commit 9076009
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ api server for sky brightness.
```sh
pip install -r requirements.txt
python -m uvicorn api.main:app --host 0.0.0.0 --port 8000 --reload
python -m api.main
```

- artificial sky brightness (light pollution)
- predictive sky brightness

### endpoints

#### `/api/v1/pollution`
Expand Down

0 comments on commit 9076009

Please sign in to comment.