A simple package for interact with my api and get informations about countries by country code.
npm install about-countriesjs
const { getCountry } = require("about-countries")
getCountry("af").then(console.log) // This write in the console informations about afghanistan
``