Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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