TinyMoonApp Alternatives
Similar projects and alternatives to TinyMoonApp
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
TinyMoon
A tiny Swift library to calculate the moon phase for any given date, works super fast, and works completely offline.
-
-
MoonKit
Discontinued MoonKit is a Swift library which uses math and trigonometry to compute several information about the Moon.
-
dotbeat
dotBeat Internet Time for macOS - See the current Swatch Internet Time in your menu bar, and check .beats against global timezones!
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
TinyMoonApp discussion
TinyMoonApp reviews and mentions
-
Show HN: Tiny Moon – Swift library to calculate the moon phase
Tiny Moon is a tiny Swift library to calculate the moon phase for any given date, works super fast, and works completely offline.
All of this started when I realized that we only have 12, sometimes 13, full moon's in a year. That doesn’t seem like that many.
I set out to build a MacOS app to remind me when a full moon occurs, so that I could take a moment and step outside to appreciate it.
The MacOS app I ended up creating can be found at https://apps.apple.com/us/app/tiny-moon/id6502374344 along with the source code [0], all powered by the Tiny Moon library.
I knew that I wanted the app to work offline, so working with a network request was out of the picture. Taking inspiration from SunCalc [1] and Moontool for Windows [2], I decided to create my own library and wrote Tiny Moon as a Swift Package to power my app.
The app tries to be as minimal as possible, does what it does very fast, and works completely offline.
[0] https://github.com/mannylopez/TinyMoonApp
Stats
The primary programming language of TinyMoonApp is Swift.