Ambient Weather is the market leader in weather station and environmental monitoring instruments and the cloud. Ambient Weather is a Nielsen-Kellerman Company.
Go to siteWith the Ambient Weather API, you can build applications that track and display current weather conditions, as well as forecast data. Here are some examples of what you can build:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
ambient_weather: {
type: "app",
app: "ambient_weather",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.ambient_weather.$auth.subdomain}.ambientweather.net/v1/devices`,
params: {
applicationKey: `${this.ambient_weather.$auth.application_key}`,
apiKey: `${this.ambient_weather.$auth.api_key}`,
},
})
},
})
Ambient Weather uses API keys for authentication. When you connect your Ambient Weather account, Pipedream securely stores the keys so you can easily authenticate to Ambient Weather APIs in both code and no-code steps.
To retrieve your API keys,
If you are using the Realtime API, your subdomain is rt2
. When using REST API, your subdomain is rt