Using jQuery, this line will display your user's country code.
$.getJSON('https://freegeoip.net/json/', function(result) { alert(result.country_code); });
548k questions
547k answers
4 comments
86.3k users