Skip to content

A light-weight web application written in JavaScript for retrieving Zip Code information

Notifications You must be signed in to change notification settings

jgeth/zipinfo-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZipInfo UI

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

Dependencies

The following dependencies are required to build and run this project from source files:

  • NodeJS
  • NPM

Build

Run npm install to download and install dependencies.

Development server

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.

About

A light-weight web application written in JavaScript for retrieving Zip Code information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published