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
- Host: GitHub
- URL: https://github.com/nathan-osman/go-daylight
- Owner: nathan-osman
- License: mit
- Created: 2017-11-21T20:37:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T03:00:48.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T19:16:35.596Z (9 months ago)
- Topics: calendar, golang, server, sunrise, sunset
- Language: Go
- Homepage: https://daylight.quickmediasolutions.com
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.