File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Free postal code validation for the web.
1111
1212## Usage
1313
14+ ` <script src="https://cdn.jsdelivr.net/gh/zipcodes/[email protected] /zipcodes.min.js"></script> ` 15+
1416```
1517getZipCode('US', '90210', function (result) {
1618 console.log(result);
@@ -300,4 +302,9 @@ Country codes should follow [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/I
300302| <img src =" https://flags.zipcodes.gdn/png/256/YT.png " height =" 12 " width =" 23 " > | YT | Mayotte | ✖ | ✓ |
301303| <img src =" https://flags.zipcodes.gdn/png/256/ZA.png " height =" 12 " width =" 23 " > | ZA | South Africa | ✓ | ✓ |
302304| <img src =" https://flags.zipcodes.gdn/png/256/ZM.png " height =" 12 " width =" 23 " > | ZM | Zambia | ✓ | ✖ |
303- | <img src =" https://flags.zipcodes.gdn/png/256/ZW.png " height =" 12 " width =" 23 " > | ZW | Zimbabwe | ✖ | ✖ |
305+ | <img src =" https://flags.zipcodes.gdn/png/256/ZW.png " height =" 12 " width =" 23 " > | ZW | Zimbabwe | ✖ | ✖ |
306+
307+ # Sources
308+
309+ - Some patterns borrowed from https://github.com/sarcadass/i18n-zipcodes
310+ - Zipcode database from http://download.geonames.org
You can’t perform that action at this time.
0 commit comments