fac-17 / Where-Should-We-Meet

App about finding meeting places in London.
https://meet-me-in-the-middl.herokuapp.com/
1 stars 2 forks source link

Meet Me In The Middle 🌎

Hi! πŸ‘‹ Welcome to Meet Me In The Middle - the web app that takes your πŸ“ location, takes your friend's πŸ“location, and finds you a venue πŸ›οΈ to meet at in the middle!

Our problem πŸ€”

Imagine this: your friend Chris lives in Mile End, and you live in Imperial Wharf. This journey takes you over an hour, but for Chris, it's just a fifteen minute walk to Brick Lane, where you're meeting.

Today is the third time in a month that you've made this journey to see Chris, because Chris thinks Brick Lane "is just, so cool" and he doesn't want to travel "all that way" to your part of London, where there's "not even anything to do".

And, well, you can't really argue with Chris because you can't think of anywhere else to meet that cuts both journey times and is, well, "so cool".

Wouldn't it be wonderful to have an app that allows you to input two postcodes, and in return gives you loads of great venues to meet at? Venues in the middle of both of you?

Have we got you hooked? 🎣

If so, you can find out more about the initial idea for this web app project by visiting the conception page in our wiki.

Team 🀼

Find out more about the team members and their roles in this project.

Getting started 🏁

To download our project:

git clone git@github.com:fac-17/Where-Should-We-Meet.git

cd Where-Should-We-Meet

npm i

touch .env

Then add your Yelp API key to your .env file like this:

YELP_API_KEY=[YOUR API KEY HERE]

To run the project locally:

npm start

Tech stuff πŸ’»

Read about what we're using and why in our tech stack and our dependencies sections in the wiki.

What we've done so far

What we still need to do

What we're unsure of