@angelrove/forecast-utils 1.1.22 → 1.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Several utility libraries for my "tierracolora.com" project.
|
|
3
|
+
*
|
|
4
|
+
* Includes directory `images/ws` with weather images (symbols)
|
|
5
|
+
*
|
|
6
|
+
* I use private libraries for the following:
|
|
7
|
+
* - Astronomy calculations: `suncalc3`
|
|
8
|
+
*
|
|
9
|
+
* // Documentation
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
|
|
1
13
|
// Astronomy
|
|
2
14
|
export { MoonCalc } from "./astronomy/moon/MoonCalc";
|
|
3
15
|
export { SunCalc } from "./astronomy/sun/SunCalc";
|