country-code-dateformat is a inventory of Country's code, dial code, date-format, flag and states.
npm install country-code-dateformatbash
npm install country-code-dateformat --save
`
Usage
`python
const countryCodeandFormat = require('country-code-dateformat');
console.log(countryCodeandFormat()); //To get all the countries details
console.log(countryCodeandFormat('India')); //To get specific country's details
``