Skip to content

A web application that allows users to compare ride prices from different services (Uber, Lyft, Bolt) based on their chosen start and end locations. It features an interactive map for easy route visualization and requires API keys for ride estimation services.

Notifications You must be signed in to change notification settings

NLlemain/ride-comparing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A web application that allows users to compare ride prices from different services (Uber, Lyft, Bolt) based on their chosen start and end locations. It features an interactive map for easy route visualization and requires API keys for ride estimation services.

Topics

Resources

Stars

Watchers

Forks