3.0.0 • Published 5 years ago
@datafire/interzoid_getweatherzip v3.0.0
@datafire/interzoid_getweatherzip
Client library for Interzoid Get Weather By Zip Code API
Installation and Usage
npm install --save @datafire/interzoid_getweatherziplet 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
- license required
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
- City
Definitions
This integration has no definitions
3.0.0
5 years ago