HTML5 API demos

July 5, 2016 ยท View on GitHub

HTML5 API demos is a repository where you can find information about many JavaScript and HTML5 APIs.

For every API listed in this repository you'll find a link to the specifications, an article I've written on the subject, a link to CanIUse to discover what browsers support it, and to a demo I've developed as a complement for the articles. The demos are particularly valuable because they allow you to play with the these JavaScript and HTML5 APIs.

In this repository you can learn about the following APIs, listed in alphabetic order:

APISpecificationsArticleSupportLive demo
Ambient Light APISpecificationsArticleSupportLive demo
Battery Status APISpecificationsArticleSupportLive demo
classList APISpecificationsArticleSupportLive demo
Dataset APISpecificationsArticleSupportLive demo
Device Orientation APISpecificationsArticleSupportLive demo
Geolocation APISpecificationsArticleSupportLive demo
getUserMedia APISpecificationsArticleSupportLive demo
High Resolution Time APISpecificationsArticleSupportLive demo
Navigation Timing APISpecificationsArticleSupportLive demo
Network Information APISpecificationsArticleLive demo
Page Visibility APISpecificationsArticleSupportLive demo
Proximity APISpecificationsArticleSupportLive demo
Resource Timing APISpecificationsArticleSupportLive demo
Speech Synthesis APISpecificationsArticleSupportLive demo
Screen Orientation APISpecificationsArticleSupportLive demo
User Timing APISpecificationsArticleSupportLive demo
Vibration APISpecificationsArticleSupportLive demo
Web Notification APISpecificationsArticleSupportLive demo
Web Speech APISpecificationsArticleSupportLive demo

Note

While the repository is called "HTML5 API demos", many of these APIs aren't part of the HTML5 specifications. So, technically speaking, many of them aren't HTML5 APIs. However, at the time I started this repository, I found the name to be useful as an umbrella to group them all and to... well, attract users (you know, SEO and the like).

License

HTML5 API demos is licensed under the CC BY-NC 4.0 ("Creative Commons Attribution NonCommercial 4.0")

Author

Aurelio De Rosa (Twitter: @AurelioDeRosa)