Socket
Socket
Sign inDemoInstall

ambient-weather-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ambient-weather-api

Ambient Weather API


Version published
Weekly downloads
26
decreased by-43.48%
Maintainers
1
Weekly downloads
 
Created
Source

Ambient Weather API

A simple wrapper for the forthcoming AmbientWeather.net API

  • API Docs
  • check out the examples

Installation

npm install ambient-weather-api

Getting Started

const api = new AmbientWeatherApi({
  apiKey: 'Put your AW apiKey here',
  applicationKey: 'Put your AW applicationKey here'
})

Methods

  • userDevices() - list the user's devices
    • @return - Promise containing array of device objects
  • deviceData(macAddress, options) - fetch data for a specific device
    • macAddress - (required)
    • options - limit, endDate see docs
    • @return - Promise containing array of data objects

Keywords

FAQs

Package last updated on 24 Jan 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc