Socket
Socket
Sign inDemoInstall

@datafire/interzoid_getweathercity

Package Overview
Dependencies
238
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @datafire/interzoid_getweathercity

DataFire integration for Interzoid Get Weather City API


Version published
Weekly downloads
1
Maintainers
1
Install size
44.4 MB
Created
Weekly downloads
 

Readme

Source

@datafire/interzoid_getweathercity

Client library for Interzoid Get Weather City API

Installation and Usage

npm install --save @datafire/interzoid_getweathercity
let interzoid_getweathercity = require('@datafire/interzoid_getweathercity').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

getweather

Use city and state to retrieve current US weather information.

interzoid_getweathercity.getweather({
  "license": "",
  "city": "",
  "state": ""
}, context)
Input
  • input object
    • license required string: Your Interzoid license API key. Register at www.interzoid.com/register
    • city required string: City for weather information
    • state required string: State 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