1.1.0 • Published 3 years ago

countries-lizt v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

countries-lizt

Package for importing a bunch of country data into your app

Usage

Install like this:

npm i countries-lizt

Then simply import the entire list like this:

import countriesList from 'countries-lizt';

Or only import select countries like this:

import { Belgium, Netherlands, Luxembourg } from 'countries-lizt';

From there you can have all the fun with them.