1.0.1 • Published 4 years ago
bangladesh-postcodes-npm v1.0.1
Bangladesh Postcodes NPM simple npm package to find the postcode and post office name of Bangladesh.
Features
- Can find a postcode from the post office name
- Can find the post office name from a postcode
- Can find a object from the post office name
- Can find a object from a postcode
How to install?
npm i bangladesh-postcodes-npm
Components/ Objects
- postCodeObject(string):
- Takes string postoffice name as input and returns object as output.
- postOfficeObject(string):
- Takes string postcode as input and returns object as output.
- postOffice(string):
- Takes string postcode as input and returns string postoffice name as output.
- postCode(string):
- Takes string postoffice name as input and returns string postcode as output.
Usage/Examples
Output
Features
- can find a postcode from the post office name
- can find the post office name from a postcode
- can find a object from the post office name
- can find a object from a postcode