A web application to help a group of friends find a meeting place at any time that is closest for all of them.
- Uses the users' current locations to determine a rough midpoint
- Uses the University of Illinois at Urbana-Champaign libraries/coffee shops to search for the preffered meeting place
- Has the abiliity to create / join a room with a given code so a group of friends can connect with others
- Python v2.7.8+
- pip
- Go the the root directory (commonground)
pip install -r requirements.txt
set FLASK_APP=app.py
export FLASK_APP=app.py
flask run
- In your browser, open localhost:5000
see documentation here
see here