The console.py file can be run with python3 console.py <pickup> <dropoff> <passengers>
The requests library is used.
The required packages can be installed with npm install
After this, the server can be run with node index.js which will run on port 3000
As an example "/?pickup=51.470020,-0.454295&dropoff=3.410632,-2.157533&passengers=1" can be used as query parameters