python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get location from OpenWeatherMap API (Current Weather API), pass the data and compare to One Call API?
Now I'm working on Weather App (https://github.com/Arkadiusz4/Weather-App/tree/master/lib). For this project I use OpenWeatherMap API. I've already made a current weather using Current Weather API.
In...
ArQczeg14
Votes: 0
Answers: 0
How do I fetch Weather's API 'forecastday' using axios?
I use WeatherAPI's service, which returns the weather forecast given the city name
The URL looks like this https://api.weatherapi.com/v1/forecast.json?key=[API_KEY]&q=tokyo&aqi=no
After trying...
sonntt
Votes: 0
Answers: 1
Why it says forEach is not a function?
Working on a weather app, basically I'm not receiving any data back and it keeps throwing me this error on line20:
Uncaught type error: cities.forEach is not a function.
I'm new to JavaScript so I d...
devstuff
Votes: 0
Answers: 0
TypeError: string indices must be integers, in weather api when accessing dictionary key values
I'm a beginner learning python, and am currently making a program that sends me a text every morning with the day's weather conditions. I am using the AccuWeather api, and the textbelt api for sending...
oykeM
Votes: 0
Answers: 1