Skip to content

Instantly share code, notes, and snippets.

View MaximKeegan's full-sized avatar

Maxim Keegan MaximKeegan

  • Tochka Bank
  • Yekaterinburg, Russia
View GitHub Profile
@alexander-yakushev
alexander-yakushev / lustrous.lua
Last active December 24, 2022 15:39
Module for calculating sunrise/sunset times for a given location
-- Module for calculating sunrise/sunset times for a given location
-- Based on algorithm by United Stated Naval Observatory, Washington
-- Link: http://williams.best.vwh.net/sunrise_sunset_algorithm.htm
-- @author Alexander Yakushev
-- @license CC0 http://creativecommons.org/about/cc0
-- Module lustrous
local lustrous = {
update_interval = 600
}