We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e6585 commit 1967202Copy full SHA for 1967202
1 file changed
modules/napsunset.json
@@ -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