Mini project for starting an app for public transport navigation, in bus. It works based on the contributions of it's users, so no work should be done other than using the app.
###Dependencies
If you DO NOT have pip, i recommend you to install it. If you don't want to do this, the you need to download the source code of the following libraries to use our code properly:
- gpxpy
- geopy
- dropbox
####Installing dependencies via pip:
pip install geopy
Note that you might need sudo in front of pip if it asks you.
For more information about how does the dropbox api core works: https://www.dropbox.com/developers-v1/core/sdks/python
####Things to be done
First of all, the implementation of the server must be converted for multiple clients. As right now it is all done