A beautiful app that will let you know how much sun you have today.
- Open
Project.xcodeproj
and run
Shares the same sun calculation library as the web app. It uses JavaScriptCore to load suncalc.js, you can find the library here: https://github.com/mourner/suncalc. The bridge that converts JavaScript to Swift can be found in SunCalc.swift.