Build A Weather App With Ajax Using Open Weather Map API

Go to class
Write Review

Build A Weather App With Ajax Using Open Weather Map API provided by Udemy is a comprehensive online course, which lasts for 4-5 hours worth of material. Build A Weather App With Ajax Using Open Weather Map API is taught by Uzochukwu Eddie Odozi. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Use Open Weather Map API to build a web app that can be used to get current weather and forecast weather data

    What you'll learn:

    • At the end of the course, you will be able to know how to use Ajax to make API calls.
    • Learn about the open weather map API.
    • Learn how to get specific data from a JSON response.
    • Get current weather information from open weather map API
    • Get weather forecast information from open weather map API.
    • Use text animation plugin to animate text.
    • Style pages and tables with css.

    API stands for Application Programming Interface. API is basically a way for programmers to communicate with certain applications.The use of APIs in building applications is becoming increasingly popular.

    In this course, we will build a complete weather app using the open weather map API. Open weather map API is simple, clear and free to use. Open weather mapAPIprovides current weather data, weather forecast data as well as historical weather data.

    With our application, we will make API calls by city nameto the open weather map API using Ajax to get response in JSON format.

    The weather app will be used to:

    • Get current weather information like temperature, pressure, humidity, wind speed, winddirection etc.
    • Get weather forecast information of any city by city name and number of days.

    Features:

    • Make API calls with Ajax.
    • Open weather map API description.
    • Get current weather information.
    • Get weather forecast information.
    • Use jquery plugin to animate text.