Ron Harlev
Ron Harlev

Reputation: 16693

Uber web request widget

I'm looking for a solution for integrating, a seamless ride request experience, into a web application (running on desktop or mobile).

I understand there is a widget that could be embedded in a mobile application. I would like to get a similar experience in a web application.

I also understand that the Uber request API supports this, and I could implement this from scratch. I'm hoping someone developed this kind of widget, so I can integrate it into my application.

Upvotes: 0

Views: 316

Answers (1)

Dustin Whittle
Dustin Whittle

Reputation: 1252

The ride request widget was built from our rest apis, but was intended for the mobile audience. You can see how it works in the sdks: https://developer.uber.com/docs/rides/ride-request-widget

You can build the same functionality for a web app using our rest apis and it is covered in the ride request api tutorial here: https://developer.uber.com/docs/rides/tutorials-rides-api

Upvotes: 2

Related Questions