countries-url
v1.0.9
Published
This list countries with important properties like fips code, ISO alpha 2 code, ISO alpha 3 code.
Downloads
2
Readme
countries-url
This returns countries with the follwoing properties:
- URLs
- FIPs code
- ISO code
- Country name
API
getUrlIso2
This returns the URL of a country based on the ISO2 code.
const { getUrlIso2 } = require("countries-url");
getUrlIso2("VN");
// vietnam