https://github.com/ahmeddhus/typescript-maps-demo
A simple map application using TypeScript, Faker, and Google Maps API to display markers for a user and a company with info windows.
https://github.com/ahmeddhus/typescript-maps-demo
google-maps-api typescript
Last synced: 23 days ago
JSON representation
A simple map application using TypeScript, Faker, and Google Maps API to display markers for a user and a company with info windows.
- Host: GitHub
- URL: https://github.com/ahmeddhus/typescript-maps-demo
- Owner: ahmeddhus
- Created: 2024-06-13T23:17:23.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-13T23:39:48.000Z (12 months ago)
- Last Synced: 2025-05-12T12:16:21.590Z (23 days ago)
- Topics: google-maps-api, typescript
- Language: TypeScript
- Homepage:
- Size: 8.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Maps Demo
A simple map application using TypeScript, Faker, and Google Maps API to display markers for a user and a company with info windows.
## Purpose
This project demonstrates how to use TypeScript with Google Maps API to create a map with custom markers and info windows.
## Screenshot
## Course Link
This project is part of the TypeScript course I took on Udemy. You can find the course [here](https://www.udemy.com/course-link](https://www.udemy.com/course/nestjs-the-complete-developers-guide/?couponCode=OF53124)).
## Instructions
1. Obtain a Google Maps API key from the [Google Cloud Console](https://console.cloud.google.com/).
2. Replace `{YOUR_API_KEY}` in the `index.html` file with your Google Maps API key:
```html
```