Skip to content

Commit 1967202

Browse files
committed
adding napsunset
1 parent 12e6585 commit 1967202

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

modules/napsunset.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "napsunset",
3+
"categories":
4+
[
5+
"time",
6+
"sunrise",
7+
"sunset"
8+
],
9+
"contexts":
10+
{
11+
"source": true,
12+
"package": true
13+
},
14+
"platforms":
15+
[
16+
"windows",
17+
"linux"
18+
],
19+
"author":
20+
{
21+
"name": "Pierre Tardif",
22+
"link": "https://codingcoolsh.it/"
23+
},
24+
"description": "Calculate Sunrise and Sunset based on time, latitude and longitude",
25+
"link": "https://github.com/naivisoftware/napsunset",
26+
"visible": true
27+
}

0 commit comments

Comments
 (0)