Introduction
JavaScript offers a variety of APIs for accessing device sensor data.
Obtaining this data is often done in similar but slightly different ways.
Sometimes, an easy way to get all the desired sensor data at once with little interest in the underlying mechanism is desired.
This library offers just this by abstracting JavaScript sensor events into a simple API.