aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremyJamesL <jeremyluscombe@gmail.com>2024-12-04 09:09:11 +0000
committerJeremyJamesL <jeremyluscombe@gmail.com>2024-12-04 09:09:11 +0000
commit96c52a6d58e10f3fae2a69ab00ed219e9f2d0059 (patch)
treef4d519dfd4ee0ab38e7d875b05edb671c71b0fa9 /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
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