We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned in #32 together with @bhatvikrant we decided to extend this package with:
For the project needs all new properties will be lowercase.
After adding all properties, each Country {Object} should contain:
{ "country": "poland", "capital": "warsaw", "currency": "zloty", "native_language": ["polish"], "famous_for": "pierogi and potatoes", "phone_code": "+48", "flag": "https://flagpedia.net/data/flags/h80/pl.png", "drive_direction": "right", // NEW DATA "continent": "eu", // 1 "iso": { // 2 "numeric": "616", "alpha_2": "pl", "alpha_3": "pol" }, "tld": ".pl", // 3 },
Additionally there will be new methods to use that data:
getCountriesByContinent(continentName)
getCountryDetailsByISO(isoType, isoValue)
getCountryDetailsByDomain(domainName)
The text was updated successfully, but these errors were encountered:
sthiepaan
Successfully merging a pull request may close this issue.
As mentioned in #32 together with @bhatvikrant we decided to extend this package with:
For the project needs all new properties will be lowercase.
After adding all properties, each Country {Object} should contain:
Additionally there will be new methods to use that data:
getCountriesByContinent(continentName)
getCountryDetailsByISO(isoType, isoValue)
getCountryDetailsByDomain(domainName)
The text was updated successfully, but these errors were encountered: