Socket
Socket
Sign inDemoInstall

@datafire/interzoid_getweatherzip

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datafire/interzoid_getweatherzip

DataFire integration for Interzoid Get Weather By Zip Code API


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

@datafire/interzoid_getweatherzip

Client library for Interzoid Get Weather By Zip Code API

Installation and Usage

npm install --save @datafire/interzoid_getweatherzip
let interzoid_getweatherzip = require('@datafire/interzoid_getweatherzip').create();

.then(data => {
  console.log(data);
});

Description

This API provides current weather information for US Cities, including temperatures, wind speeds, wind direction, relative humidity, and visibility.

Actions

getweatherzipcode

Use a US zip code to retrieve current weather information

interzoid_getweatherzip.getweatherzipcode({
  "license": "",
  "zip": ""
}, context)
Input
  • input object
    • license required string: Your Interzoid license API key. Register at www.interzoid.com/register
    • zip required string: Zip code for weather information
Output
  • output object
    • City string
    • Code string
    • Credits string
    • RelativeHumidity string
    • State string
    • TempC string
    • TempF string
    • VisibilityMiles string
    • Weather string
    • WindDir string
    • WindMPH string

Definitions

This integration has no definitions

FAQs

Last updated on 21 Dec 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc