Embed widget demo

Two live widgets, one with explicit coordinates and one that lets the edge geolocate. Both are rendered by /embed.js into their own shadow root. If the API cannot answer, each widget removes itself and leaves no trace on the page — that silence is the designed behaviour, not a bug.

Fixed coordinates (Hong Kong, 22.28 / 114.17)

<script src="https://meteorshowercal.com/embed.js"
        data-lat="22.28" data-lon="114.17"></script>

No coordinates (visitor's own approximate location)

<script src="https://meteorshowercal.com/embed.js"></script>

What to check

Full API documentation