New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zoopla

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoopla

Zoopla API

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Zoopla API for Node.js

npm
Build Status Coverage Status Code Climate
Dependency Status devDependency Status

NPM

Note that we don't currently support the full API.

Documentation

Please refer to the Zoopla API documentation.

Installing

npm install zoopla --save

Basic Usage

const Zoopla = require('zoopla');
const zoopla = new Zoopla({ apiKey: 'YOUR_API_KEY' });

zoopla
  .getPropertyListings({ area: 'london' })
  .then((response) => {
    console.log(response);
  })
  .catch((error) => {
    console.error('error', error);
  });

Methods Supported

  • Zed-Index
  • Area Value Graphs
  • Property Rich List
  • Average Area Sold Price
  • Area Zed-Indices
  • Average Sold Prices
  • Property Listings
  • Get Session ID
  • Refine Estimate
  • Arrange Viewing
  • Arrange Appraisals
  • Local Info Graphs
  • Geo Autocomplete

Keywords

zoopla

FAQs

Package last updated on 14 May 2017

Did you know?

Socket

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