https://github.com/privatenumber/motion-orientation-api
Motion & Orientation API explorer
https://github.com/privatenumber/motion-orientation-api
api explorer motion orientation playground
Last synced: 4 months ago
JSON representation
Motion & Orientation API explorer
- Host: GitHub
- URL: https://github.com/privatenumber/motion-orientation-api
- Owner: privatenumber
- License: mit
- Created: 2020-07-19T01:36:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T06:20:26.000Z (about 5 years ago)
- Last Synced: 2025-05-19T06:06:35.960Z (5 months ago)
- Topics: api, explorer, motion, orientation, playground
- Language: Vue
- Homepage: https://motion-orientation-api.now.sh
- Size: 556 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motion & Orientation API
A site to visualize and better understand the Web [Motion & Orientation API](https://developers.google.com/web/fundamentals/native-hardware/device-orientation). [Visit on your mobile device](https://motion-orientation-api.now.sh).
## Development
```bash
# install dependencies
$ npm ci# serve with hot reload at localhost:3000
$ npm run dev
```