Skip to content

Releases: svenkatreddy/countries-information

Dependency updates

12 Dec 18:48
c2b48dd
Compare
Choose a tag to compare

No Major changes, dependency updates.

Version 0.9.0

05 Mar 23:31
abb13f2
Compare
Choose a tag to compare

Make Following Methods available:

getAllCountries : This would return list of all countries
getCountryInfoByCode : Get country info by code (case-insenitive) ( you can use either alpha 2 or alpha 3 code)
getCountryInfoByName : Get country info by name (insensitive)
getAllCurrencies : This would return list of all currencies
getCurrencyInfoByCode : Get currency info by code (case insensitive)
getAllLanguages : This would return list of all languages
getLanguageInfoByCode : Get language info by code (case-insenitive) (you can search by alpha2 or alpha3 code)
getLanguageInfoByBibliographic : Get language info by Bibliographic (case insensitive)