diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1461165 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |