about-countries
v1.0.4
Published
A simple package for interact with my api and get informations about countries by country code.
Downloads
6
Maintainers
Readme
about countries
A simple library for get information about the countries from the country code.
For work with this library is very simple:
const { getCountry } = require("about-countries")
getCountry("af").then(console.log) // This write in the console informations about afghanistan
For know all countries codes, visit this website: https://countrycode.org/ My api: https://countriesapi.ga