1.1.0 • Published 3 years ago

countryblock.js v1.1.0

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

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>