UNPKG

location-details-v1

Version:

This package gives the users current location details

12 lines (9 loc) 251 B
## 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 }); ```