Skip to content

elm-lang/geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geolocation in Elm

Your client code is running on someone's device somewhere in the world. This library helps you find out where that device happens to be. If you are lucky, it may even tell you how fast the device is moving!

It is based on the JavaScript Geolocation API. You can read about how to use libraries with tasks and subscriptions in guide.elm-lang.org, particularly the section on The Elm Architecture.