jarques / ScoutJS

Super simple Geolocation

Home Page:http://jarqu.es/scout/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scout.js - Super simple Geolocation

Simply call scout.get() to get the user's location.

Example:

scout.get(function(coords){
  alert(coords.latitude + ", " + coords.longitude); 
});

You can view an example here: http://jarqu.es/scout/

About

Super simple Geolocation

http://jarqu.es/scout/


Languages

Language:JavaScript 100.0%