Skip to content

Zirafnik/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API App

A frontend weather app, calling the OpenWeather API.

It accepts different cities or countries and returns the weather data presented in a readable card format.

Used async/await to fetch data and promises to process that data. Built with JS, HTML and CSS.

Used Webpack to bundle and compile the JS scripts into a main.js file.

Created a toggle button that switches temperature data from Celsius to Fahrenheit, and vice versa.

FEATURES:

  • get weather for any city
  • switch between Fahrenheit and Celsius
  • get local sunrise/sunset times

Celsius:

Screenshot 1

Fahrenheit:

Screenshot 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published