panchang-ts 0.3.0 → 0.3.1
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/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -554,6 +554,12 @@ occurs within the search window (this is normal for the Moon).
|
|
|
554
554
|
|
|
555
555
|
---
|
|
556
556
|
|
|
557
|
+
## Acknowledgements
|
|
558
|
+
|
|
559
|
+
- **[astronomy-engine](https://github.com/cosinekitty/astronomy)** by Don Cross — the sole runtime dependency. Provides the astronomical algorithms used for sunrise/sunset, moonrise/moonset, and planetary longitude calculations. MIT licensed.
|
|
560
|
+
|
|
561
|
+
---
|
|
562
|
+
|
|
557
563
|
## License
|
|
558
564
|
|
|
559
565
|
MIT
|
package/package.json
CHANGED