
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
ambient-weather-api
Advanced tools
A simple wrapper for the forthcoming AmbientWeather.net API
npm install ambient-weather-api
const api = new AmbientWeatherApi({
apiKey: 'Put your AW apiKey here',
applicationKey: 'Put your AW applicationKey here'
})
userDevices()
- list the user's devices
@return
- Promise containing array of device objectsdeviceData(macAddress, options)
- fetch data for a specific device
macAddress
- (required)options
- limit, endDate see docs@return
- Promise containing array of data objectsconnect
- connect to the realtime APIdisconnect
- disconnect from the realtime APIsubscribe
- apiKeys
- (required) can be a string
of a single apiKey
or an array
of multiple apiKey
s. Will listen for data on all the devices for all of the user's apiKeys
s. See Event: subscribed
& Event: data
unsubscribe
- apiKeys
- (required) can be a string
of a single apiKey
or an array
of multiple apiKey
s. Will stop listening for data on all of the user's apiKey
s devices. See Event: subscribed
Event: subscribed
- emitted when successfully subscribed to one or more apiKeys
using the subscribe
method. This event is also emitted after sucessfully unsubscribing. It will list all the currently subscribed devices
data.devices
- array of device objects currently subscribed toEvent: data
- emitted on new data for a subscribed device
data
- the weather data pointdata.device
- the device that data point is forFAQs
Ambient Weather API
The npm package ambient-weather-api receives a total of 39 weekly downloads. As such, ambient-weather-api popularity was classified as not popular.
We found that ambient-weather-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.