An open API service indexing awesome lists of open source software.

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.

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
Screenshot 2024-06-14 at 2 10 23 AM

## 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

```