A simple, browser-based compass tool that works on any device with orientation sensors. This repository hosts a demonstration page for the Online Compass widget.
- Real-time compass direction: Shows North, East, South, West instantly (0–360°).
- Cross-platform: Works on mobile and desktop browsers (no installation required).
- Use cases: Ideal for finding Qibla direction, Vastu or geographical orientation, and general navigation.
Check out the live demo on our GitHub Pages site: online-compass (Demo)
For extra features (GPS location, altitude, speed tracking, advanced calibration, etc.), see Online Compass – Full Tool: online-compass.com. The full site also provides latitude/longitude and other location data when you allow GPS access.
To embed the compass widget in your own site or page, use the provided iframe snippet:
<div class="embed-container">
<!-- Live Compass Widget from Online-Compass.com -->
<iframe src="https://online-compass.com/embed"></iframe>
</div>No special setup is needed – just include this code where you want the compass to appear.
Contributions and suggestions are welcome. Open an issue or pull request if you have ideas to improve the Online Compass demo or widget.