2.0.0 • Published 4 years ago
@juvoxa/fetch-country v2.0.0
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
});