Skip to content

Give me an ISO 3166-1 alpha-2 country code and I'll tell you if it's a member of the European Union.

License

Notifications You must be signed in to change notification settings

vgrme/is-eu-member

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Give me an ISO 3166-1 alpha-2 country code and I'll tell you if it's a member of the European Union.

Example Code

var isEuMember = require("is-eu-member").isEuMember,
getEuMembers = require("is-eu-member").getEuMembers;
console.log(getEuMembers());
console.log(isEuMember("CH")); // false
console.log(isEuMember("DE")); // true

About

Give me an ISO 3166-1 alpha-2 country code and I'll tell you if it's a member of the European Union.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published