1.0.1 • Published 1 year ago

@kevinfrom/danish-zipcodes-api v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Danish Zipcodes API

A simple Axios wrapper for quickly looking up cities and municipalities in Denmark by searching via name or ZIP code.

Installation

npm install @kevinfrom/danish-zipcodes-api

Remember axios!

npm install axios

Usage

import { createZipCodesApi } from '@kevinfrom/danish-zipcodes-api'

const api = createZipCodesApi()


// Search by ZIP (ZIP must be exactly 4 digits long)
api.searchByZip(6950).then(data => console.log(data))

// Search by name
api.searchByName('Ringkøbing').then(data => console.log(data))
1.0.1

1 year ago

1.0.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago