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

https://github.com/tidjee-dev/becode-weather-app


https://github.com/tidjee-dev/becode-weather-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# becode-weather-app

## Description

Weather app using OpenWeatherMap API developed by Tidjee during the [Becode Junior Dev](https://becode.org/fr/les-formations/junior-developer/) training.

For this project, I use the following technologies:

[![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML) [![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)](https://sass-lang.com) [![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)

## Installation

- Clone this repo
```bash
git clone https://github.com/tidjee-dev/becode-weather-app
```
- Run `npm install`

## Usage

1. Create an account on [OpenWeatherMap](https://openweathermap.org) and get your API key.
2. Run `npm run build`
3. Open `index.html` in your browser.
4. Add your API key in the input field.
5. Enter a city name and click "Search".
6. The weather information will be displayed.