blob: 146116530a6b8b8db3ac3ddbc1f2ed98e194c48c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# London pub search
Better search for every pub within the M25.
Current searches for pubs in the UK are a bit rubbish. This takes inspiration from this [original Algolia project](https://preview.algolia.com/geo-search/).
## Process
1. Search for all pubs within the M25 and add to an Algolia index, get lat and long at the same time
2. Google sucked at this, so used Wyre api
3. Uploaded to Algolia
4. Limite the map to London using restriction
## To do:
[x] Get all pubs using an API
[] Replace null values for lat,lon with real data
|