A web application to compare ride prices from various services like Uber, Lyft, and Bolt. With a user-friendly interface and interactive map, you can easily find the best ride options based on your current location and desired destination.
- Interactive Map: View your route and drop-off points.
- Ride Price Estimates: Get real-time pricing from multiple ride services.
- Location Suggestions: Auto-suggest addresses as you type for convenience.
To fully utilize this application, you'll need to add your API keys for the ride services. Here's how to set it up: Once you have your API keys, replace the placeholders in the JavaScript code:
const uberApiKey = 'YOUR_UBER_API_KEY';
const lyftApiKey = 'YOUR_LYFT_API_KEY';
const boltApiKey = 'YOUR_BOLT_API_KEY';
-
Clone the repository:
git clone https://github.com/yourusername/ride-comparing.git cd ride-comparing
-
Open
index.html
. -
or try the site linked to this github
- Enter your starting location.
- Enter your drop-off location.
- Click "Compare Rides" to view estimates from Uber, Lyft, and Bolt.
- Interact with the map to visualize your route.