Bangladesh Postcodes NPM simple npm package to find the postcode and post office name of Bangladesh.
- 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
npm i bangladesh-postcodes-npm
- 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.
- 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