Mathis f87e388ddd
feat(build): add project configuration files and dependencies
Add IntelliJ IDEA project settings, TypeScript configuration, and pnpm lock file. Updated `package.json` with new dependencies and refactored API handler to TypeScript.
2024-09-27 11:37:21 +02:00
2021-09-23 13:40:17 +03:00
2021-10-27 13:38:28 +03:00
2021-09-20 22:35:54 +03:00
2021-10-27 13:38:28 +03:00
2021-09-23 14:59:22 +03:00
2021-07-16 20:28:22 +03:00
2021-08-06 20:28:02 +02:00
2021-08-06 20:28:49 +02:00

Weather App

Check the current weather on any city on the planet. Switch between metric and imperial units.

Features

Currently being redesigned

Installation

  1. git clone ssh://git@git.yidhra.fr:3022/Mathis/forecast.git

  2. cd forecast

  3. pnpm install || yarn install

  4. Log-in to Openweathermap.com

  5. Create an API key

  6. cp .env.example .env.local

  7. Paste API key for OPENWEATHER_API_KEY

  8. pnpm dev || yarn run dev

Contributions

You're free to go! For more information, see the license.

License

The project is under MIT license.

Description
This project is a positioning exercise for entry to a training program. This site is in no way official.
Readme 2.3 MiB
Languages
TypeScript 98.6%
CSS 1.2%
JavaScript 0.2%