countries-without-postcodes

1.0.1 • Public • Published

Countries without postcodes

JS object containing country codes of countries that don't have postcodes

Install

npm install countries-without-postcodes

Usage

const countries = require('countries-without-postcodes');
 
// US has postcodes
const hasUS = !!countries['US']; // false
 
// Bahamas does not
const hasBH = !!countries['BS']; // true

Readme

Keywords

none

Package Sidebar

Install

npm i countries-without-postcodes

Weekly Downloads

68

Version

1.0.1

License

MIT

Last publish

Collaborators

  • bmathews