1.0.4 • Published 3 years ago

simple-country-names v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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";