Skip to content

denmark-io/denmark-streetname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#denmark-streetname Build Status

A list of streetname given a zipcodes

Installation

npm install denmark-streetname

Documentation

streetnames = require('denmark-streetname')

This is a function with the signature streetnames(zipcode), it will return an object stream where each item is a steetname.

streetnames(2800).on('data', function (steetname) {
  console.log(steetname); // e.q. Lyngby Hovedgade
});

Source

The source is: http://dawa.aws.dk/vejedok

This uses the autocomplete feature, with an empty search. This way a minimal (in terms of size) response is obtained.

About

A list of streetname given a zipcodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published