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.
- Get real-time traffic information for a given location.
- Display traffic status and estimated travel time.
- Visualize the location on an interactive Google Map.
- 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)
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)
git clone https://github.com/your-username/MapGo.git
cd MapGo