simple-country-names
Version:
The list of all the countries in the world
11 lines (7 loc) • 338 B
Markdown
# 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";
```