countryblock.js
v1.1.0
Published
Block countries you do not want to enter the site
Maintainers
Readme
countryblock.js
Block countries you do not want to enter the site
Author
Ahmet Baki Memiş
Contact
Use this address to contact me
NPM
npm install countryblock.js
CDN
<script src="https://unpkg.com/countryblock.js/dist/js/countryblock.min.js"></script>Example
<script src="https://unpkg.com/countryblock.js/dist/js/countryblock.min.js"></script>
<script>
countryBlock({
status:true,
country:["TR","USA"],
locationHref:"https://github.com/mestoness/countryblock.js"
});
</script>
