Skip to content
/ contacts Public

AJAX lookup of city, state and county based on zip code.

Notifications You must be signed in to change notification settings

epid/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple test app I wrote to try looking up city, state and county information
based on zip code entry. Basically, when you are editing a contact, type in the zip and
the site will do an AJAX lookup and auto-fill the city, state and county.



Make sure that the zipcode database is populated using the .dump file in the db folder first.
  $ rake db:migrate
  $ zcat db/zipcodes.dump.gz | sqlite3 db/development.sqlite3

About

AJAX lookup of city, state and county based on zip code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published