https://github.com/aleksamagicka/isinrx
Look up what planets are in retrograde motion at a given date. [C#, microservices, Docker Compose/K8s]
https://github.com/aleksamagicka/isinrx
Last synced: about 2 months ago
JSON representation
Look up what planets are in retrograde motion at a given date. [C#, microservices, Docker Compose/K8s]
- Host: GitHub
- URL: https://github.com/aleksamagicka/isinrx
- Owner: aleksamagicka
- Created: 2022-03-06T14:29:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T10:38:02.000Z (about 3 years ago)
- Last Synced: 2025-02-01T12:09:01.514Z (4 months ago)
- Language: C#
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# IsInRx
A web app that tells you what planets are in retrograde motion at a given date. It also tells you where they are, how long their RX period will last and when it will stop. Useful for looking up retrograde Mercury in advance.
You can deploy this on Kubernetes by running:
```
kubectl apply -k deploy/kustomize
```You'll need to have ingress-nginx installed on your cluster, a secret that stores the DB connection string, as well as have the database, which is currently private.
During development, you can use Docker Compose and Visual Studio.
## TODO
* Verify the data. (Jupiter seems to be a bit off - 12.09.2022.)