@datafire/interzoid_getweatherzip

3.0.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/interzoid_getweatherzip

Weekly Downloads

3

Version

3.0.0

License

MIT

Unpacked Size

6.02 kB

Total Files

4

Last publish

Collaborators

  • datafire