Skip to content

In this JavaScript weather app, users can search for local temperatures in selected cities/countries. Temperatures are shown in C/F and the background/icon changes based on weather conditions.

Notifications You must be signed in to change notification settings

visva-dev/Weather-App

Repository files navigation

Weather-App

Microverse project - Weather App

Project features

  • API Use example
  • The Weather App project comes at the end of the Asynchronous Javascript and APIs section of the Javascript course. It tests the knowledge of the student about asynchronous communication with promises or async/await and when to use them.

Live Demo Website

Click the following https://bit.ly/37QuZr9 to see a live version of the site.

screenshot

Built With

  • HTML
  • CSS
  • JavaScript
  • API

To get this project on your local machine, follow these steps:

  1. Run this command git clone https://github.com/visva-dev/Weather-App.git in the desired folder to clone the repository on to your local machine. After cloning the project, you should move into the directory where the project is stored, for example cd Weather-App.

  2. Then run the following command install the necessary dependencies

    npm install
  • Run npm run build to have the necessary changes applied if you want to change anything in the codebase.
  • To open run the 'index.html' with 'Live Server'.

Authors

👤 Visvaldas Rapalis

Show your support

Give an ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

Design idea by Nelson Sakwa on Behance

About

In this JavaScript weather app, users can search for local temperatures in selected cities/countries. Temperatures are shown in C/F and the background/icon changes based on weather conditions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published