ZipInfo UI provides a web application that provides location information for a supplied U.S. Zip Code. The application provides interaction with the ZipInfo REST API.
see: https://github.com/jgeth/zipinfo-rest
The following dependencies are required to build and run this project from source files:
- NodeJS
- NPM
Run npm install
to download and install dependencies.
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Note: You must configure the proxy.conf.json file to point to a running instance of ZipInfo REST API.