Exposes JSON address information in API via search by zipcode in this format:
localhost:3000/locations/[zipcode]
and search by longitude and latitude for authenticated users only in this format:
localhost:3000/locations?longitude=[longitude&latitude=[latitude]&number=[desired number of results]&authentication_key=[authentication token]
Users can request authentication keys via the users/new page.