npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@corsair-dev/ambee

v0.1.1

Published

Ambee plugin for Corsair

Readme

@corsair-dev/ambee

Ambee plugin for Corsair.

Install

pnpm add @corsair-dev/ambee

Endpoints

| Operation | Operation ID | Risk | Description | |-----------|--------------|------|-------------| | airQuality.getForecastByLatLng | ambee.api.airQuality.getForecastByLatLng | read | Get the hourly air quality forecast for a latitude/longitude (next 48 hours) | | airQuality.getHistoryByLatLng | ambee.api.airQuality.getHistoryByLatLng | read | Get hourly historical air quality for a latitude/longitude over a time range | | airQuality.getHistoryByPostalCode | ambee.api.airQuality.getHistoryByPostalCode | read | Get hourly historical air quality for a postal code over a time range | | airQuality.getLatestByCity | ambee.api.airQuality.getLatestByCity | read | Get the latest air quality for the stations in a city | | airQuality.getLatestByCountryCode | ambee.api.airQuality.getLatestByCountryCode | read | Get the latest air quality for the monitoring stations across a country | | airQuality.getLatestByLatLng | ambee.api.airQuality.getLatestByLatLng | read | Get the latest air quality (AQI and pollutant concentrations) for a latitude/longitude | | airQuality.getLatestByPostalCode | ambee.api.airQuality.getLatestByPostalCode | read | Get the latest air quality for a postal code and country | | disasters.getHistoryByContinent | ambee.api.disasters.getHistoryByContinent | read | Get historical natural disasters on a continent over a date range (paginated) | | disasters.getHistoryByCountryCode | ambee.api.disasters.getHistoryByCountryCode | read | Get historical natural disasters in a country over a date range (paginated) | | disasters.getHistoryByDateRange | ambee.api.disasters.getHistoryByDateRange | read | Get historical natural disasters worldwide over a date range (paginated) | | disasters.getHistoryByLatLng | ambee.api.disasters.getHistoryByLatLng | read | Get historical natural disasters near a latitude/longitude over a date range (paginated) | | disasters.getLatestByContinent | ambee.api.disasters.getLatestByContinent | read | Get the latest natural disasters on a continent (paginated) | | disasters.getLatestByCountryCode | ambee.api.disasters.getLatestByCountryCode | read | Get the latest natural disasters in a country (paginated) | | disasters.getLatestByLatLng | ambee.api.disasters.getLatestByLatLng | read | Get the latest natural disasters near a latitude/longitude (paginated) | | elevation.getByLatLng | ambee.api.elevation.getByLatLng | read | Get the ground elevation at a latitude/longitude | | elevation.getByPlace | ambee.api.elevation.getByPlace | read | Get the ground elevation for a named place | | fire.getLatestByLatLng | ambee.api.fire.getLatestByLatLng | read | Get wildfires detected or reported near a latitude/longitude in the last 7 days | | fire.getLatestByPlace | ambee.api.fire.getLatestByPlace | read | Get wildfires detected or reported near a named place in the last 7 days | | fire.getRiskByLatLng | ambee.api.fire.getRiskByLatLng | read | Get the wildfire risk forecast for a latitude/longitude (up to 4 weeks ahead) | | fire.getRiskByPlace | ambee.api.fire.getRiskByPlace | read | Get the wildfire risk forecast for a named place (up to 4 weeks ahead) | | geocode.byPlace | ambee.api.geocode.byPlace | read | Geocode a place name or address into coordinates | | geocode.reverseByLatLng | ambee.api.geocode.reverseByLatLng | read | Reverse-geocode a latitude/longitude into a human-readable address | | ili.getForecastByLatLng | ambee.api.ili.getForecastByLatLng | read | Get the daily influenza-like-illness risk forecast for a latitude/longitude | | pollen.getForecast | ambee.api.pollen.getForecast | read | Get the pollen forecast for a location (48 hours hourly or 120 hours 3-hourly) | | pollen.getHistory | ambee.api.pollen.getHistory | read | Get historical pollen counts for a location over a time range | | pollen.getLatest | ambee.api.pollen.getLatest | read | Get the latest grass, tree and weed pollen counts and risk levels for a location | | weather.getForecast | ambee.api.weather.getForecast | read | Get the hourly weather forecast for a latitude/longitude (next 72 hours) | | weather.getHistory | ambee.api.weather.getHistory | read | Get hourly historical weather for a latitude/longitude over a time range | | weather.getLatest | ambee.api.weather.getLatest | read | Get current weather conditions (temperature, humidity, wind, UV) for a latitude/longitude |

Auth

Auth: API key. Corsair prompts your tenant for credentials on first use.

Webhooks

No webhooks.

Reference

Full docs, types, and examples: https://docs.corsair.dev/plugins/ambee

License

Apache-2.0