
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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 23 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.