Skip to content

meltingice/ScoutJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Scout.js is a very simple Geolocation library.

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

Example:

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

About

Simple Geolocation jQuery Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%