UNPKG
location-details-v1
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
This package gives the users current location details
location-details-v1
/
README.md
12 lines
(9 loc)
•
251 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
## Get the user location details
This
package
helps to fetch the location details of network user.
### Example
``
`js import fetchLocationDetails from 'location-details-v1'; fetchLocationDetails().then(details => { //write you logic here }); `
``