Skip to content

A weather forecast web-application built with Javascript by fetching weather data for most major cities around the world from the OpenWeatherMap API in response to a user's specific entry or input.

Notifications You must be signed in to change notification settings

RNtaate/Weather-App

Repository files navigation

Weather-App

Linters GitHub Pull Requests

Project Description

This project is a weather forecast web application that uses the WEATHER API to retrieve weather data of most cities around the world and present it to the user in response to their specific entry.

It was built to demonstrate the use of async/await and Promises in javascript to write asynchronous code as well as use fetch to retrieve data from an API.

Screenshots

🔧 Built with

  • HTML5

  • CSS3

  • Javascript

  • Node Package Manager (npm)

  • Webpack

  • OpenWeatherMap API

🔴 Live Demo

Get started

Prerequisites

  1. Node Package Mangaer(npm) should be installed on your local machine.

Steps to follow

  1. Clone the repository to your local machine using git clone git@github.com:RNtaate/Weather-App.git

  2. On your local machine, navigate to the Weather-App folder using cd Weather-App in your terminal

  3. Run npm install to install all the necessary dependencies.

  4. Run npm run build

  5. Open the index.html file in your favorite browser, or copy its file path and paste it in your favorite browser.

🤝 Contributions

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please check the issue tracker section, if that problem you met is not in already opened issues then open the issue by clicking on new issue button.

  2. If you have a solution to that, and you are willing to work on it, follow the below steps to contribute:

    1. Fork this repository

    2. Clone it on your local computer by running git clone git@github.com:RNtaate/Weather-App.git Replace RNtaate with the username you use on github

    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor

    4. Create a separate branch off the master branch,

    5. Write your codes which fix the issue you found

    6. Commit and push the branch you created

    7. Raise a pull request, comparing your new created branch with our original master branch here

✒️ Authors

👤 Roy Ntaate

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

About

A weather forecast web-application built with Javascript by fetching weather data for most major cities around the world from the OpenWeatherMap API in response to a user's specific entry or input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published