How to Create a Weather App in JavaScript - Part 2

preview_player
Показать описание
In this video series we show how to create a Weather App using JavaScript.

Рекомендации по теме
Комментарии
Автор

00:12
"... location specific information,
to populate our application ... "

awesome freestyling skills :D

igorkuna
Автор

How should I change the url to be able to use it with polish zip codes?

martynapiotrowska
Автор

The weather app won't run in VSC due to the message "Code language not supported or defined." The src "imgs/codes/200.png is underlined and the imgs/humidity.png is all underlined. Any help would be appreciated!

TheZippydoda
Автор

Hi i just copy pasted your code, changed the api id, channged location to loc at one place, added jquery links in script tags but my code is still not working. its not taking values, nothing changes on the local host server.

akshaymittal
Автор

did you use a library? I tried this on codepen and it doesn't work

Venlorz
Автор

Hi, Im using dreamweaver and I'm getting a lot of errors about a missing "strict" statement. I researched this and learned it should be fine anyway, however my weather app doesn't refresh with inputted data at all, even before the API... any ideas?

designvoodoo
Автор

In your Function "send Request" statement, I dont understand why your putting in the int "4" ?

publicstaticvoid
Автор

dude, i just cannot make it work.. i don't know where is the problem..my code looks just like urs..i guess.. :(

bighomie
Автор

Sir, I am getting the error 401(unauthorized) please help me out.

karanaggarwal
Автор

This stuff is so complicated..Im sure its a good tutorial but Ive done free codecamp up to this excersise and this is very confusing to me.

chriscullen
Автор

If you are getting
Failed to load
resource: the server responded with a status of 404 (Not Found)

try using a city instead of a zip code:

how my function looks:
function updateByName(name){
sendRequest(url);
}

hope this helps ;)

michealpettitt
visit shbcf.ru