Create Weather App using API
Aug 14, 2021 · 4 min read · Api is an Application Programming Interface where servers talk to each other . Api data is most common in JSON (JavaScript Object Notation) and in XML(Extensible Markup Language) format. To create this weather app we use JSON. In JSON format the da...
Join discussion