Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nonnontrivial committed Oct 20, 2024
1 parent 35f3669 commit aea2a88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CTTS

> closer to the stars
> notice: this is alpha software; apis may change quickly, and quality of the brightness prediction is still being ironed out
CTTS is an open source application for reading [sky brightness](https://en.wikipedia.org/wiki/Sky_brightness) all over the
earth, without a sensor.
Expand Down Expand Up @@ -66,6 +66,14 @@ for H3 cells and that the consumer service is storing them in the postgres table
`mpsas` in the response stands for 'magnitudes per square arcsecond', and it is the predicted brightness
value for that location.

## todos

- [ ] support for continents other than north america
- [ ] less noisy container startup
- [ ] live updates to open meteo data while app is running
- [ ] REST apis in addition to the gRPC ones
- [ ] better storage of predictions in order to faciliate grouping/sorting

## documentation

- [api client usage](./api/README.md)
Expand Down

0 comments on commit aea2a88

Please sign in to comment.