Web APIs are like magic sticks for developers.
It helps to reduce a lot of difficulties and extend the functionality of web browsers.
Here are the APIs you should Know/try:
It helps to reduce a lot of difficulties and extend the functionality of web browsers.
Here are the APIs you should Know/try:
1) Fullscreen API
➮Full-screen API helps you to fullscreen any part of the website.
This is the same technique used in youtube videos to make them fullscreen
➮Full-screen API helps you to fullscreen any part of the website.
This is the same technique used in youtube videos to make them fullscreen
2) Geolocation API
➮Geolocation API is used to find the current location of the user's device.
This is how Google maps get your location if your location is enabled
➮Geolocation API is used to find the current location of the user's device.
This is how Google maps get your location if your location is enabled
3) Fetch API
➮ Fetch API is used to get data from any other domain
You can get any data that is available via an API
➮ Fetch API is used to get data from any other domain
You can get any data that is available via an API
4) Canvas
➮You can draw any 2D element using javascript to the canvas Element
There are many JS libraries as well to work with the canvas element
➮You can draw any 2D element using javascript to the canvas Element
There are many JS libraries as well to work with the canvas element
5) Payment API
➮One of the most underrated web API
Payment Request API was introduced to the browsers to standardize the checkout experience on the web and reduce the number of steps to make an online payment.
Payment Request API only works in the HTTPS context
➮One of the most underrated web API
Payment Request API was introduced to the browsers to standardize the checkout experience on the web and reduce the number of steps to make an online payment.
Payment Request API only works in the HTTPS context
Thanks for reading this.
Do Let me know your thoughts
★ Please Retweet and Like this post, as it is the best way to support me
Hey I'm Adarsh I post content on
✭ Web development
✭ JavaScript
✭ ReactJS
✭ ThreeJS
Do Let me know your thoughts
★ Please Retweet and Like this post, as it is the best way to support me
Hey I'm Adarsh I post content on
✭ Web development
✭ JavaScript
✭ ReactJS
✭ ThreeJS
Loading suggestions...