The app we are going to build is named Riderr. Riderr helps users to book a cab between two points. This app uses the APIs provided by Uber (https://uber.com/) to book a ride. In this app, we are not going to integrate all the APIs of Uber. We will be implementing a few endpoints that display the user's information as well as the user's ride information, and a few endpoints that help us book a ride, view the current ride, and cancel a ride.
To achieve this, we will be using Uber's OAuth to authenticate the user so that we can display the user's information as well as book a ride on behalf of the user.
Here is a quick preview of what the app is going to look like once we are done building the app:
Note: Neither the book publication company nor I take any responsibility for loss of money or account ban from Uber. Please read the API instructions clearly before using Uber Production...