/weather-app

Creating a weather app by using the weather API

Primary LanguageJavaScript

A Weather App

A basic weather app that uses some of the data provided by a free weather API. Shows GIFs in the background searched with taking the weather condition as a query parameter.

Live Demo

Installation

In the root of the directory, use the following commands to build the app:

npm install
npm run build

Contributing

If you have a suggestion that would improve this project, feel free to fork the repo and create a pull request. You can also open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create a new Branch (git checkout -b improvement)
  3. Commit your Changes (git commit -m 'Optimize suboptimal code')
  4. Push to the Branch (git push origin improvement)
  5. Open a Pull Request

Acknowledgements