Let's discuss your "Local Weather App"

I found this link and added it to the css section in the settings

https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.5/css/weather-icons.min.css

Great! Thank you so much!

1 Like

It’s a functional weather app… nothing more, nothing less. I used the IP-api to get my coordinates and such, and then OpenWeather API for weather info.

link - http://codepen.io/youngjeong46/full/JKNjKQ/

Iteration No. 1 of my Local Weather App! http://codepen.io/adamgibs/full/NrdgaL/

1 Like

Project Link - http://codepen.io/Trydvik/full/GqEQZb/

1 Like

HI Laura, it looks good to me. Just one point - At first glance, it is a bit difficult to judge whether the temperature is Fahrenheit or Celsius. Is it possible to highlight it differently?

Hi LrVch, awesome functionality! I like the way it can add more cities…

Project link http://codepen.io/shah-0721/full/mErJQv/

Hi guys, here is my weather project. I made it in a widget style just to make practice with the javascript code and I dind’t focus too much on the design side. This means it makes use of the OpenWeatherMap’s ugly icons (I think they are horrible but right now I’m too lazy to redesign everything). Hope someone will like my work anyway, feedbacks are always appreciated. Cheers

[https://codepen.io/kedskeds/full/pbedYB/]

I spent way more time on this than I had anticipated! Eventually I’d like to add additional features, but I’m ready to move on for now.

Feedback is welcome! Please let me know of any errors.

3 Likes

It will be nice you can round the temperate, too much decimals:-)

its not working properly anymore unless you will export it and run it on a local server

Yeah, that’s my same thought. Thanks for your feedback!

Please check out the local weather app i built. I know i can improve a lot on the already existing features even add more features to it. But i am content for now, let’s say it is version 1.0-- http://codepen.io/Kunal05/full/vKxOEM/

How did you make your background a gradient?

http://www.w3schools.com/css/css3_gradients.asp

In my CSS, it’s lines 4-13. I’m not sure whether it’s really necessary to do all those different versions for different browsers, but I did. Also, for some reason initially it repeated the gradient pattern, tiling it several times down the screen, so I had to add lines 2-3, though I can’t replicate the problem anymore.

1 Like

finally done weatherApp

Hi, i just finished my weather app. What do you think? Is it working correctly?
Any feedback would be appreciated.
Project Link - https://codepen.io/mapuwa/full/bZLNgV/

1 Like

I just finished mine:

Project Link - http://codepen.io/kamillacrozara/full/yJpaaX/

I would love types about some refactoring on my code that would make it comply with the best Javascript practices.

Thank y’all.