https://github.com/parthb26/mapgo
MapGo is a real-time traffic monitoring app that helps users save time by suggesting alternate routes based on live traffic data. With a simple and intuitive interface, GoMap provides up-to-date traffic conditions, estimated travel times, and optimized route suggestions to ensure the fastest journey possible.
https://github.com/parthb26/mapgo
api golang javascript typescript
Last synced: 3 months ago
JSON representation
MapGo is a real-time traffic monitoring app that helps users save time by suggesting alternate routes based on live traffic data. With a simple and intuitive interface, GoMap provides up-to-date traffic conditions, estimated travel times, and optimized route suggestions to ensure the fastest journey possible.
- Host: GitHub
- URL: https://github.com/parthb26/mapgo
- Owner: parthb26
- Created: 2025-01-06T17:10:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:09:13.000Z (over 1 year ago)
- Last Synced: 2025-01-15T21:19:11.293Z (over 1 year ago)
- Topics: api, golang, javascript, typescript
- Language: Go
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapGo
**MapGo** is a real-time traffic information application that helps users get traffic status and estimated travel times for specific locations. It integrates with Google Maps API to provide up-to-date traffic information and suggests alternative routes.
## Features
- Get real-time traffic information for a given location.
- Display traffic status and estimated travel time.
- Visualize the location on an interactive Google Map.
## Tech Stack
- **Backend**: Go (Golang)
- **Frontend**: HTML, CSS, JavaScript, Google Maps API
- **API**: Google Maps Directions API
- **Environment**: `.env` file to store sensitive credentials (Google Maps API Key)
## Setup and Installation
### Prerequisites
Before running the application, ensure you have the following installed:
- Go (1.16 or higher)
- Node.js (for frontend development if needed)
- Google Maps API Key (You can get it from [Google Cloud Console](https://console.cloud.google.com/))
### 1. Clone the Repository
```bash
git clone https://github.com/your-username/MapGo.git
cd MapGo
```