Skip to content

jarques/ScoutJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published