An open API service indexing awesome lists of open source software.

https://github.com/thebwoyprogrammer/weather-app

This is a single page weather app built with JavaScript and OpenMeteo API. It detects the user's city and gets the weather forecast for the next 7 days
https://github.com/thebwoyprogrammer/weather-app

css hatim html javascript microverse-students rest-api thebwoyprogrammer

Last synced: 3 months ago
JSON representation

This is a single page weather app built with JavaScript and OpenMeteo API. It detects the user's city and gets the weather forecast for the next 7 days

Awesome Lists containing this project

README

        


logo

Weather App README

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 Weather App

> This is a weather app built with JavaScript and OpenMeteo API. It detects the user's city and gets the weather forecast for the next 7 days.

## 🛠 Built With

### Tech Stack

Client

API

### Key Features

> This is a single page website and it has the flollowing features;

- **Gets user's timezone**
- **Displays weather forecasting according to the timezone it detects**
- **Shows weather forecasts for every hour throughout the day**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://weather-app-zeta-lac.vercel.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- NodeJS
- Preferred IDE
- Webpack

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/theBwoyProgrammer/weather-app.git
cd weather-app
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run dev
```

### Deployment

You can deploy this project using:

```sh
You can deploy the project using vercel or any preferred hosting service provider
```

(back to top)

## 👥 Authors

👤 **Hatim Eddinani**

- GitHub: [@theBwoyProgrammer](https://github.com/theBwoyProgrammer)
- Twitter: [@the_BwoyPrgrmmr](https://twitter.com/the_BwoyPrgrmmr)
- LinkedIn: [Hatim Eddinani](https://www.linkedin.com/in/hatimdev/)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/theBwoyProgrammer/weather-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project, don't forget to leave a star and follow me for more open source projects

(back to top)

## 📝 License

This project is [MIT](https://github.com/theBwoyProgrammer/weather-app/blob/main/LICENCE) licensed.

(back to top)