Contents
This is a Node.js based web application for the cab fare estimation. It provides easy route search from one place to another. Additionally, it provides features like direct to redirection to cab booking portal on a single click.
- Route search
- Estimated cab fare for an easy and hassle-free ride
- Redirection Link to the respective cab booking portal
- Nearly accurate cab fares scraped from Trust-worthy sites like Uber.
- Easy to use UI
- Node.js
- HTML
- CSS
- Javascript
- Puppeteer
- Express
- Mapbox API
-
Clone the repository
git clone https://github.com/Swapn2003/Cab-Hub
-
Install all packages and project dependencies
npm install
-
Run the website on localhost:5000
- Start the server
npm start
ornodemon server.js
- Route Search Feature
- Estimating Uber cab Prices for Desired Ride
- Estimating Ola cab Prices for desired Ride on Server-side
Happy Coding !!