Top Web APIs in 2020 #31

 

Human potential is the only limitless resources we have in this world!

 

Vibration API:

Most modern mobile devices include vibration Hardware. The vibration API offers web apps the ability to access this hardware if it exists.

 

Drag & Drop API:

This API enables users to select drag gable elements, drag those elements to a droppable element and drop them by releasing the mouse button.

 

Geo-location API:

The Geo location API allows the users to provide their location to apps. For privacy reasons, the user is asked for permission to report the data.

 

Web Storage API:

The web storage API Provides mechanisms by which browsers can store key/values pairs, in a much more intuitive fashion than using cookies.

 

Web Speech API:

The web speech API enables you to incorporate voice data into apps by speech Synthesis (text-to-Speech). And Speech Recognition.

 

Web Worker API:

Web Workers Make It Possible to run a script operation in a background threads separate from the main execution thread of a web application.

 

Full Screen API:

The full screen API adds methods to present a specific element in full screen mode, and to exit full – screen mode once it is no longer needed.

 

Push API:

The push API gives web apps the ability to receive messages pushed to them from a server, whether or not web app is in the foreground.

 

Fetch API:

This API provides an interface for fetching resources. It’s similar to XML Http Request. But it provides a more powerful and flexible feature set.

 

Game Pad API:

The game Pad API is a way for developers to access and respond to signals from game pad and other game controls in a simple consistent way.

 

Web GL API:

Web GL (Web graphic library) is an API for rendering high – Performance interactive 3D and 2D graphics within any compatible browser without the use of plugins.

 

Indexed DB API:

Indexed DB is a low – level API for clients – side storage of significant amounts of structured data. This API user indexed to enable high – performance searches.

 

Other APIs:

Do you know any other useful web APIs?

Have used the mentioned once before?

Share your experience.

We’ve love to hear from you!

Comments

Popular posts from this blog

Best Data Loss Prevention Software Tools part-1 #53

Levels of Programming #47

Best Data Loss Prevention Software Tools part-2 #54