From ff3821e7774e258a1247e6bb3a78b2eda16514d5 Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 27 Sep 2024 11:58:42 +0200 Subject: [PATCH] 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. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index c844632..dc9889a 100644 --- a/README.md +++ b/README.md @@ -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