Socket
Book a DemoInstallSign in
Socket

addressless

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

addressless

A library for Dutch address lookups

0.0.3
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

README

In the Netherlands, every address is uniquely identified by postcode and housenumber. This library wraps a database with all addresses in the Netherlands, allowing you to quickly revolve the address details for postcode and housenumber combinations.

Usage

import { lookupAddress } from "addressless";

const address = lookupAddress("4147AZ", "5");
// {
//   "city": "Asperen",
//   "district": "Asperen",
//   "houseNumber": "5",
//   "latitude": 51.88051803,
//   "longitude": 5.11206571,
//   "municipality": "West Betuwe",
//   "neighbourhood": "Asperen Oude Kern",
//   "postcode": "4147AZ",
//   "province": "Gelderland",
//   "street": "Stadswal",
// }

Source

The data in this project is based on this repository. I might at some point set up a mechanism to start tailing changes in that repository and create releases automatically. This version is however based on this revision.

Keywords

address

FAQs

Package last updated on 27 May 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.