Skip to content

This package provides zip address location information with district or province and can be search information by zip.

License

Notifications You must be signed in to change notification settings

lahirudanushka/zip-lk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip-lk Address Zip Detail Provider

Build Status

This package provides zip address location information with district or province and can be search information by zip.

You can search information by

  • zip
  • city
  • district
  • province

Installation

zip-lk requires Node.js v4+ to run.

Install the package.

$ cd your-root-directory
$ npm install zip-lk

Usage example...

//import
const zip = require('zip-lk');

//configure module
zip.config();

(async () => {    

    //get all zip details by district filter
    let searchQuery = {district:'Gampaha'};

    let result = await zip.get(searchQuery);

    console.log(result);

})()

License

MIT

Free Software, Hell Yeah!

About

This package provides zip address location information with district or province and can be search information by zip.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published