Comments on: Build A Weather App in HTML CSS & JavaScript https://www.codingnepalweb.com/build-weather-app-html-javascript/ CodingNepal is a blog dedicated to providing valuable and informative content about web development technologies such as HTML, CSS, JavaScript, and PHP. Tue, 24 Jan 2023 18:10:18 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Ameya Wagh https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-16572 Tue, 24 Jan 2023 18:10:18 +0000 https://www.codingnepalweb.com/?p=2224#comment-16572 what type of Algorithm use in it?

]]>
By: pankaj https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-14186 Mon, 19 Dec 2022 19:45:18 +0000 https://www.codingnepalweb.com/?p=2224#comment-14186 using custom weather icon according to the id which api gives to us
from where i can get these api id???

]]>
By: sachin https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-11395 Mon, 03 Oct 2022 00:28:02 +0000 https://www.codingnepalweb.com/?p=2224#comment-11395 please give your blog template download link

]]>
By: CodingNepal https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-11278 Tue, 27 Sep 2022 18:35:29 +0000 https://www.codingnepalweb.com/?p=2224#comment-11278 In reply to Siddhant.

Paste your API key to the appid parameter of the given URLs. These URLs are in line.no 27 & 33 of script.js file.
Line no.27: api = `https://api.openweathermap.org/data/2.5/weather?q=${city}&units=metric&appid=YOUR_API_KEY_HERE`;
Line no.33: api = `https://api.openweathermap.org/data/2.5/weather?lat=${latitude}&lon=${longitude}&units=metric&appid=YOUR_API_KEY_HERE`;

]]>
By: Siddhant https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-11270 Tue, 27 Sep 2022 09:40:03 +0000 https://www.codingnepalweb.com/?p=2224#comment-11270 I have put my own api id from open weather app. Now when i type in the name of the city and press enter, it does not do anything. It does not even say something went wrong. What to do?

]]>
By: Siddhant https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-11268 Tue, 27 Sep 2022 09:10:18 +0000 https://www.codingnepalweb.com/?p=2224#comment-11268 Hello , I created an api key from open weather map website
But i dont know where i have to change what for my project to work. Please help

]]>
By: Siddhant https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-11267 Tue, 27 Sep 2022 09:09:45 +0000 https://www.codingnepalweb.com/?p=2224#comment-11267 Hello , I created an api key from https://home.openweathermap.org/
But i dont know where i have to change what for my project to work. Please help

]]>
By: John https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-9152 Fri, 08 Jul 2022 03:03:17 +0000 https://www.codingnepalweb.com/?p=2224#comment-9152 How do I include the images so that the weather icons change dynamically? Is that a javascript thing or am I hard coding these icons into HTML? I have the icons folder saved and I have coded img src’s into my HTML so they can be called on, but they still don’t show up, i think it might have something to do with javascript but I have no idea how to connect the two files

]]>
By: CodingNepal https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-8939 Wed, 29 Jun 2022 10:39:17 +0000 https://www.codingnepalweb.com/?p=2224#comment-8939 In reply to yaswanth.

Open weather API is working fine. Here is an example. If you want to work with other API, you’ve to modify JavaScript codes accordingly.

]]>
By: yaswanth https://www.codingnepalweb.com/build-weather-app-html-javascript/#comment-8802 Thu, 23 Jun 2022 23:06:01 +0000 https://www.codingnepalweb.com/?p=2224#comment-8802 could you please tell me where I have to modify my codes.
because openweather is not working. so i got api key from weather api.

]]>