-
Notifications
You must be signed in to change notification settings - Fork 1
epid/contacts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published