Embeddable atmospheric data
Bring local air-risk intelligence to your website
A lightweight VayuDrishti widget gives schools, newsrooms, municipalities, and community sites an easy way to share current conditions and health guidance.
Live examples
One widget, multiple locations
Each embed can be configured for the city your audience cares about.
Pokhara
Bhaktapur
Lalitpur
Developer setup
Add it with a few lines of code
Set the location, width, and height to match your site.
<div id="vayudrishti-widget"></div>
<script src="https://vayudrishti.com/widget.js"></script>
<script>
VayuDrishtiWidget.init({
elementId: "vayudrishti-widget",
location: "Kathmandu",
width: "100%",
height: "400px"
});
</script>