DEV Community

Discussion on: Using Weather API with JavaScript;

Collapse
 
patzistar profile image
Patrick Schadler

Have you thought about using fetch instead of XMLHttpRequest? It is much more modern, but anyway, good work!

Collapse
 
areeburrub profile image
Areeb ur Rub

Yeah, I know about fetch( ) and Axios as well but I wanted to use XHR here.