This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.
Explainer
open weather API is a weather forecast based API that is best and easy to implement, it gives the info about weather all over the world easily and quickly, with this we can create our own weather update application
Additional Context
https://codepen.io/safikumar00/pen/GReJQZz
This is my first project with API and I have choosen the weather application and integrated it with Open Weather Api as my choice, please check that out.
Top comments (2)
Browser API like
fetch()
, not a web API. Not an API that is consumed from a browser, but API that browsers provide for consumption.