Shiny Contest Submission: A shiny app to visualise Uber data (ubeRideR)

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.

19 Likes

Awesome stuff! Really cool visualisation! Looking forward to seeing more features :slight_smile:

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.