Inspiration
I ended up spending a lot of money on Uber and noticed that uber gives different fare estimates for very small difference in the point of booking. So, I came up with a way to help me save money on uber.
What it does
The app gets you the cheapest possible uber fare estimate in a place.
You cant request a ride through the platform to test it since I haven't paid for the Twilio API.
How I built it
I used RapidAPI to connect with UberAPI. I built the front end in AngularJS which communicates with the REST service written in Sails JS. The app is deployed in Carina docker containers by Rackspace. Also, wrote an Alexa custom skill to ask Alexa to request an Uber through the app rather than the actual Uber app. Alexa communicates with the AWS Lambda function which makes a call to my service. Also used Google GeoCoding API through RapidAPI to get the Lat Long values.
Challenges I ran into
Uber API was struggle to work with. Lot of issues with it. And they rate limited me. I had to come up with work-arounds to circumvent that.
Accomplishments that I'm proud of
Was able to deploy everything to Docker containers. I also worked on a chat bot to enable booking an UberCheap through chat messaging through my service. Don't think I will be able to finish that before deadline. But it was a good learning experience.
What I learned
How to use AWS Lambda functions with Alexa. How to deploy containers in Carina. How to write a chatbot. APIs used: Google GeoCodingAPI, UberAPI, TwilioAPI. All APIs accessed through RapidAPI.
What's next for Uber Cheap
Write a blog post about it so other developers and friends can benefit from this. Probably write a better wrapper and documentation around the Uber API.
Built With
- alexa
- amazon-alexa
- aws-lambda
- javascript
- node.js
- rapidapi
- sailsjs
- twilioapi
- uber


Log in or sign up for Devpost to join the conversation.