Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.17 KB

Malaysia Postcodes

List of Malaysia Postcodes with City and State (JSON)

Postcodes, City and State are displayed in JSON in these following formats

{
   "name": "Kelantan",
   "city": [
       {
        "name": "Pasir Mas",
        "postcode": [
            "17000",
            "17007",
            "17009",
            "17010",
            "17020",
            "17030",
            "17040",
            "17050",
            "17060",
            "17070"
        ]
       }
   ]
}

Table of Contents

NPM

Install Malaysia Postcodes using NPM

Contributing

If you spot any errors, typos or missing information, please submit a pull request.