This project is a worldwide postal-code-to-location converter implementing asynchronous requests with JavaScript and XMLHTTPRequest (AJAX) through the request made to the Zipcodebase.com API that generates JSON files with public location data based on the ZIP Code (Postal Code).
https://postal-code-to-location-converter.netlify.app/
- Enter the Postal Code
- Enter the Country Code, it can be written in lower case or upper case
- Check the Country Code Refence List if necessary
- Click on Convert to generate the public location data
The project was built with:
- JavaScript
- AJAX
- Zipcodebase.com API
- JSON
- HTML
- CSS
- Bootstrap