https://github.com/tidjee-dev/becode-weather-app
https://github.com/tidjee-dev/becode-weather-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tidjee-dev/becode-weather-app
- Owner: tidjee-dev
- Created: 2024-11-25T10:40:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T22:53:23.000Z (over 1 year ago)
- Last Synced: 2024-12-07T23:25:50.656Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](https://developer.mozilla.org/en-US/docs/Web/HTML) [](https://sass-lang.com) [](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.