Shelter Search is an online website that allows users to search for shelters or temporary housing based on one's specific needs. Most online searches today are robust and difficult to navigate through, which is why Shelter Search was created. By entering some basic information about one's needs and current or address location, a list of shelters is returned. Absolutely no data is saved so there are no privacy or data concerns.
Find NowOnce the form is submitted, the first step in the algorithm is to use the basic information to search for the matching shelters in our MySQl database hosted by Google Cloud
Next, we turn the inputted address or live location to longitude and latitude coordinates to find the distance between the given location and the location of the shelters.
Finally, using the distance between the shelter and the given location, a list of shelters that match your accomodations is returned from closest to furthest
HTML
CSS
JavaScript
Python
Flask
SQL