Mooncal is a web app for generating personal moon calendars. It offers the display of moon phases as well as some special events about the moon. The calendar can be exported to personal calendar applications.
Mooncal is built on the following frameworks:
cd mooncal
sbt run
cd mooncal
sbt test
cd mooncal
sbt -jvm-debug 5005 run
And in your IDE add a remote debugging configuration.
- https://en.wikipedia.org/wiki/List_of_missions_to_the_Moon#Missions_by_date
- https://en.wikipedia.org/wiki/Moon_landing#21st_century_uncrewed_soft_landings_and_attempts
- Feel free to make a donation
- Feel free to develop a new feature/fix a bug/...
- Please develop according to git-flow
- Please write also a test if reasonable
- Java 21 (JDK)
- Unzip the zip-file to any folder
- Start
bin/mooncal.bat
(Windows) orbin/mooncal
(Linux/Mac) within the extraction folder- Detailed configuration can be done like any other Play Application
- Provide a Google Translate Script Deployment Key in the environment variable
googleTranslateScriptDeploymentId
(see keys/googleTranslateScriptDeploymentId.md) - Mooncal is now available at http://localhost:9000