Using jQuery, this line will display your user's country code.
$.getJSON('https://freegeoip.net/json/', function(result) { alert(result.country_code); });
1.4m articles
1.4m replys
5 comments
57.0k users