Skip to content

elm-lang/geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50033dd · Jul 31, 2017

History

34 Commits
Jul 30, 2017
Jan 29, 2015
Jan 5, 2016
May 9, 2016
Jul 20, 2017

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.