@swisseph/node 1.0.0 → 1.0.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 +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -237,6 +237,20 @@ else if (Math.abs(aspect - 180) < 10) console.log('Opposition');
|
|
|
237
237
|
close();
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
+
## Documentation
|
|
241
|
+
|
|
242
|
+
Complete documentation is available in the [GitHub repository](https://github.com/swisseph-js/swisseph/tree/main/docs):
|
|
243
|
+
|
|
244
|
+
- **[Getting Started Guide](https://github.com/swisseph-js/swisseph/blob/main/docs/getting-started.md)** - Installation and quick start
|
|
245
|
+
- **[API Reference](https://github.com/swisseph-js/swisseph/blob/main/docs/api/node.md)** - Complete Node.js API documentation
|
|
246
|
+
- **[Shared Types](https://github.com/swisseph-js/swisseph/blob/main/docs/api/core.md)** - TypeScript types and enums reference
|
|
247
|
+
- **Usage Guides:**
|
|
248
|
+
- [Birth Charts](https://github.com/swisseph-js/swisseph/blob/main/docs/guides/birth-charts.md) - Calculate complete birth charts
|
|
249
|
+
- [Eclipse Calculations](https://github.com/swisseph-js/swisseph/blob/main/docs/guides/eclipses.md) - Find and analyze eclipses
|
|
250
|
+
- [House Systems](https://github.com/swisseph-js/swisseph/blob/main/docs/guides/house-systems.md) - Understanding house systems
|
|
251
|
+
- [Julian Days](https://github.com/swisseph-js/swisseph/blob/main/docs/guides/julian-days.md) - Working with Julian Day numbers
|
|
252
|
+
- [Ephemeris Files](https://github.com/swisseph-js/swisseph/blob/main/docs/guides/ephemeris-files.md) - Understanding ephemeris files
|
|
253
|
+
|
|
240
254
|
## Troubleshooting
|
|
241
255
|
|
|
242
256
|
**Build fails with "node-gyp rebuild failed"**
|
package/package.json
CHANGED