Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.22 KB

Ride Comparing

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.

Features

  • 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.

Requirements

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';

How to Run

  1. Clone the repository:

    git clone https://github.com/yourusername/ride-comparing.git
    cd ride-comparing
  2. Open index.html.

  3. or try the site linked to this github

Usage

  1. Enter your starting location.
  2. Enter your drop-off location.
  3. Click "Compare Rides" to view estimates from Uber, Lyft, and Bolt.
  4. Interact with the map to visualize your route.