docs: simplify README instructions and description

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.
This commit is contained in:
Mathis H (Avnyr) 2024-09-27 11:58:42 +02:00
parent ed37351c49
commit ff3821e777
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -1,6 +1,6 @@
# Weather App
Check the current weather on any city on the planet. Switch between metric and imperial units.
Check the current weather of the city.
## Features
@ -15,14 +15,6 @@ Currently being redesigned
3. `pnpm install` || `yarn install`
4. Log-in to [Openweathermap.com](https://openweathermap.org/)
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