@juvoxa/fetch-country
v2.0.0
Published
This package helps in fetching country name of network, which is running this code
Readme
Fetch Country Name
This package helps in fetching country name of network, which is running this code
Example
import FetchCountry from '@juvoxa/fetch-country';
FetchCountry().then(countryName => {
// your code
});