Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisa-amaral/worldwide-postal-code-to-location-converter
Postal-Code-to-Location converter that generates public location data (such as City and State) from any country based on the Postal Code and Country Code. Technology stack: JavaScript, AJAX, Zipcodebase.com JSON API, HTML, CSS and Bootstrap.
https://github.com/elisa-amaral/worldwide-postal-code-to-location-converter
ajax api bootstrap css html javascript json
Last synced: about 1 month ago
JSON representation
Postal-Code-to-Location converter that generates public location data (such as City and State) from any country based on the Postal Code and Country Code. Technology stack: JavaScript, AJAX, Zipcodebase.com JSON API, HTML, CSS and Bootstrap.
- Host: GitHub
- URL: https://github.com/elisa-amaral/worldwide-postal-code-to-location-converter
- Owner: elisa-amaral
- Created: 2022-07-15T18:36:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T13:25:14.000Z (about 2 years ago)
- Last Synced: 2024-02-08T13:34:38.121Z (11 months ago)
- Topics: ajax, api, bootstrap, css, html, javascript, json
- Language: HTML
- Homepage: https://postal-code-to-location-converter.netlify.app/
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worldwide Postal-Code-to-Location Converter
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).
## Project Website
https://postal-code-to-location-converter.netlify.app/## Screenshot
![Screenshot](Screenshot.png)
## How to Use
+ Enter the Postal Code
+ Enter the Country Code, it can be written in lower case or upper case
+ Check the [Country Code Refence List](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) if necessary
+ Click on ***Convert*** to generate the public location data## Technology Stack
The project was built with:
+ JavaScript
+ AJAX
+ [Zipcodebase.com API](https://zipcodebase.com/)
+ JSON
+ HTML
+ CSS
+ Bootstrap