/go-daylight

Lightweight server providing sunrise / sunset lookups

Primary LanguageGoMIT LicenseMIT

go-daylight

This simple web application provides an interface for calculating sunrise and sunset times for a specific location. The location may be entered using latitude and longitude coordinates or automatically obtained from the user via the HTML5 geolocation API.

Screenshot

Here is what go-daylight looks like in action:

Demo

You can see the application in action here:

https://daylight.quickmediasolutions.com/

Building

To build the application, simply run:

make

The only build requirements are GNU Make and Docker.