Skip to content

Instantly share code, notes, and snippets.

View leventelist's full-sized avatar

Lev leventelist

View GitHub Profile
@leventelist
leventelist / lustrous.lua
Created August 6, 2024 02:53 — forked from alexander-yakushev/lustrous.lua
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
}