This application shows ride trends of an uber user.
- Import Project in Eclipse
- Create a developer account or sign in as developer in Uber Developers
- Add environment variables as:
UBER_CLIENT_ID=<your_uber_client_id>
UBER_CLIENT_SECRET=<your_uber_client_secret>
- Add callback url/redirect url as
http://localhost:8080/ridetrends/callback
- Run in local server(Apache tomcat)
- Visit http://localhost:8080/ridetrends/ in your browser.