ubeRideR
Links
RStudio Cloud: https://rstudio.cloud/project/258358
ShinyApps: https://vivekkatial.shinyapps.io/uber_shiny/
Information
ubeRideR is a shiny app that visualises my uber data requested from Uber.
I have used HTMLTemplates to demonstrate how someone can construct a beautiful looking UI using Shiny. I have also used leaflet to render my uber trips.
To get the route data, I have used the Google Maps API to request the path from origin to destination. The script for this is located in utils/get_routes.R
you will need to set up your own credentials.