simple-country-names
v1.0.4
Published
The list of all the countries in the world
Downloads
3
Maintainers
Readme
Simple-Country-Name
A simple library to get the names of all the countries
const countries = require("simple-country-names/country-names") // [{country: "UK", countryInfo: {flag: "https://disease.sh/assets/img/flags/gb.png", long: -2, lat: 54}}];
es6
import countries from "simple-country-names/country-names";