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:
parent
ed37351c49
commit
ff3821e777
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
|||||||
# Weather App
|
# 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
|
## Features
|
||||||
@ -15,14 +15,6 @@ Currently being redesigned
|
|||||||
|
|
||||||
3. `pnpm install` || `yarn install`
|
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`
|
8. `pnpm dev` || `yarn run dev`
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user