Skip to content

MHNahib/bangladesh-postcodes-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bangladesh-postcodes-npm

npm npm

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

bangladesh-postcodes-npm

Output

bangladesh-postcodes-npm

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

🚀 Authors

@MHNahib

License

MIT