Streamlined the description of weather checking capabilities in the README. Removed detailed setup steps about API key creation and environment variable configuration to focus on essential installation commands.
27 lines
434 B
Markdown
27 lines
434 B
Markdown
# Weather App
|
|
|
|
Check the current weather of the city.
|
|
|
|
|
|
## 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`
|
|
|
|
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](https://choosealicense.com/licenses/mit/).
|