OpenWeather API

Hello! I need to make one application (js), so i need help.

The application should have the following functionalities:

  1. Can be returned weather forecast for one city for today. The user is offered a way to choose a city (entry or drop-down list).
    Open Weather API Call:
    api.openweathermap.org/data/2.5/weather?q={city name}
  2. It can retrieve information for multiple cities. The user can select cities by using the checkbox list. Use multiple API calls given in paragraph 1.
  3. It can display a weather forecast for the next 5 days.
    Open Weather API Call:
    api.openweathermap.org/data/2.5/forecast?q={city name}
    If someone has a tutorial with a similar theme, or can run a skeleton application, I would be very grateful to him.
    THANKS!

Is there any particular reason why you believe it would be a “him”? There are other genders involved in the world of JavaScript development you know.

1 Like

There are assumptions that people tend to make all the time, whether they should or not. For example, assuming that people here will code up an application for you when you’ve made no attempt yourself.

Doing lots (or all) of the work for people is not what we are here for. Helping them with their programming troubles is what we are here for instead.

On looking back at the original post I see that tutorials that people know of, or skeleton versions are mentioned, which are certainly something that can be helped with.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.