Does anyone know how to implement a search by Zipcode function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Does anyone know how to implement a search by Zipcode function?

Looking for resources/direction on how to implement a Zipcode finder for a later project. I have begun to think it several different ways, maybe it deals with geolocation API(or any API)? Maybe it is best implemented by SQL: http://answers.google.com/answers/threadview/id/769576.html. Maybe it can be implemented by any language. I've been searching Google, YouTube, and here. So in short, I am asking if anyone has specific helpful references for building this. It would be much appreciated.

12th Dec 2020, 4:47 AM
Uri Easter
Uri Easter - avatar
3 Answers
+ 7
That's a good answer. I am still researching myself. I would think other programmers build or use an API to pull information from.
22nd Dec 2020, 5:40 PM
Uri Easter
Uri Easter - avatar
+ 7
https://youtu.be/zZ0Cru5dK0E Found it. Will try this out later.
23rd Dec 2020, 11:13 PM
Uri Easter
Uri Easter - avatar
+ 1
This function will most likely require regular expressions which can be implemented in almost any language.
21st Dec 2020, 12:29 AM
Logomonic Learning
Logomonic Learning - avatar