An open API service indexing awesome lists of open source software.

https://github.com/dkarter/elm-device-orientation

Elm wrapper for the device orientation browser api
https://github.com/dkarter/elm-device-orientation

Last synced: about 1 year ago
JSON representation

Elm wrapper for the device orientation browser api

Awesome Lists containing this project

README

          

# Elm Device Orientation

An Elm wrapper for [DeviceMotionEvent](https://developer.mozilla.org/en-US/docs/Web/API/DeviceMotionEvent)

## Usage

To get device acceleration for each coordinate:

```elm
import DeviceOrientation

main =
Signal.map show DeviceOrientation.acceleration
```