Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 622 Bytes

Simple Demonstration of Browser APIs

Directory Structure

├── README.md
├── index.html
├── html
│   ├── geolocation.html
│   ├── vibration.html
│   └── webspeech.html
├── js
│   ├── geolocation.js
│   ├── vibration.js
│   └── webspeech.js
└── css
    └── style.css

APIs