Simple SharePoint hosted App “User Location Tracker” 24 April 2015 You can follow the below steps to get user location information inside your SharePoint hosted app. Create a “SharePoint Host App” project in visual studio 2013 Replace app.js contents with below code jQuery.ajax ( { url: ‘//freegeoip.net/json/’, type: ‘ POST ‘, dataType: ‘ jsonp ‘,…