mirror of
https://github.com/acamarata/qibla.git
synced 2026-07-01 11:24:28 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
36 lines
1,007 B
Markdown
36 lines
1,007 B
Markdown
**@acamarata/qibla v1.1.1**
|
|
|
|
***
|
|
|
|
# @acamarata/qibla v1.1.1
|
|
|
|
Qibla direction utilities. Pure math, zero external dependencies.
|
|
|
|
Computes the initial bearing (forward azimuth) from any point on Earth to
|
|
the Ka'bah using the spherical law of cosines. Includes compass direction
|
|
lookup, great-circle interpolation, and haversine distance.
|
|
|
|
Ka'bah coordinates sourced from verified GPS data.
|
|
|
|
SPORT: packages.md — @acamarata/qibla row
|
|
|
|
## Type Aliases
|
|
|
|
- [CompassAbbr](type-aliases/CompassAbbr.md)
|
|
- [CompassName](type-aliases/CompassName.md)
|
|
|
|
## Variables
|
|
|
|
- [COMPASS\_ABBR](variables/COMPASS_ABBR.md)
|
|
- [COMPASS\_NAMES](variables/COMPASS_NAMES.md)
|
|
- [EARTH\_RADIUS\_KM](variables/EARTH_RADIUS_KM.md)
|
|
- [KAABA\_LAT](variables/KAABA_LAT.md)
|
|
- [KAABA\_LNG](variables/KAABA_LNG.md)
|
|
|
|
## Functions
|
|
|
|
- [compassDir](functions/compassDir.md)
|
|
- [compassName](functions/compassName.md)
|
|
- [distanceKm](functions/distanceKm.md)
|
|
- [qiblaAngle](functions/qiblaAngle.md)
|
|
- [qiblaGreatCircle](functions/qiblaGreatCircle.md)
|