Skip to content

Commit 5a6601b

Browse files
author
MO
authored
updated readme file
1 parent b565073 commit 5a6601b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11

2-
Create Google Maps API Key from here
3-
https://developers.google.com/maps/documentation/javascript/get-api-key
2+
### How to Install
3+
Clone the repo
4+
do `npm install`
5+
run the ionic server `ionic serve`
46

7+
### IMP
8+
Google Maps API Key is required to see the map, you can go through the below link to create one and make sure you have given the permissions to your app
9+
https://developers.google.com/maps/documentation/javascript/get-api-key
510

11+
You can directly install below plugins If they are not installed using `npm install`
612
add the geolocation plugin
713
ionic cordova plugin add cordova-plugin-geolocation
8-
9-
install above plugin
1014
npm install --save @ionic-native/geolocation
15+
16+
### Screenshots
17+
![Screenshot](https://i.imgur.com/XLendwE.png)
18+
19+

0 commit comments

Comments
 (0)