Socket
Socket
Sign inDemoInstall

@datafire/interzoid_getzipinfo

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_getzipinfo

DataFire integration for Interzoid Zip Code Detailed Info API


Version published
0
Maintainers
1
Install size
45.1 MB
Created
Weekly downloads
 

Readme

Source

@datafire/interzoid_getzipinfo

Client library for Interzoid Zip Code Detailed Info API

Installation and Usage

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

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

Description

This API provides detailed information for a given zip code, including city, state, latitude, longitude, area size, and various population demographics.

Actions

getzipcodeinfo

For a given zip code, detailed information is returned, including city, state, latitude, longitude, area size, and various population demographics, including income, age, and presence of farming data.

interzoid_getzipinfo.getzipcodeinfo({
  "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 to retrieve detailed information
Output
  • output object
    • AreaSquareMiles string
    • City string
    • Code string
    • Credits string
    • ElderlyHouseholdPercent string
    • FarmerHouseholdPercent string
    • IncomePercent100k string
    • IncomePercent200k string
    • IncomePercent50k string
    • Latitude string
    • Longitude string
    • MarriedHouseholdPercent string
    • Population string
    • State string
    • ZipCode 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