Know your location is a web application through which you can easily track current locations and also you can search your location base on pin code, city name, area name, etc.
Install Node.js & npm Update npm using $ npm install npm -g Install Angular Google Maps Reference https://angular-maps.com/guides/getting-started/#setting-up-angular-google-maps
- $ npm install -g @angular/cli
- $ ng new KnowYourLocation
- $ cd KnowYourLocation
- $ npm install
- $ npm install @agm/core --save
- $ npm start
- Clone this repo or download the .zip here.
- Navigate to this repo on your terminal and run $ npm install to install all the dependencies.
- uncomment below code after generating google API key and replace 'YOUR_KEY' with actual key, apiKey: 'YOUR_KEY', (Inside app.module.ts)
- Run KnowYourLocation on http://localhost:4200/ using $ npm start