Skip to content

rtcoder2021/Weather-App-Vanilla-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using JavaScript and HTML, like JavaScript Objects, functions, If statements calling API

The weather app displays the weather information it gets from the API like this, an Icon that shows the weather status, the temperature value (18°C) in Celsius unit, the weather description (clear sky), and then the user's city and country (London, GB).

When the user clicks on the temperature value, that will convert it from Celsius to Fahrenheit.

The icons were created by the Graphic Designer Ashley Jager. Link to her Repo: https://github.com/manifestinteractive/weather-underground-icons

The API provider is http://www.OpenWeatherMap.org Turtorial/Resource by CodeExplained on YT(https://youtu.be/KqZGuzrY9D4)

About

Create a Weather App With JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.9%
  • JavaScript 41.9%
  • HTML 12.2%