An open API service indexing awesome lists of open source software.

https://github.com/nathan-osman/go-daylight

Lightweight server providing sunrise / sunset lookups
https://github.com/nathan-osman/go-daylight

calendar golang server sunrise sunset

Last synced: 8 months ago
JSON representation

Lightweight server providing sunrise / sunset lookups

Awesome Lists containing this project

README

          

## 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:

[](https://github.com/nathan-osman/go-daylight/blob/master/img/screenshot.png?raw=true)

### 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.