|
1 | | -# react-weather [](https://github.com/denniskigen/react-weather/actions/workflows/validate.yml)  [](https://coveralls.io/github/denniskigen/react-weather?branch=main) |
| 1 | +<div align="center"> |
| 2 | + <img height="72" width="72" src="./public/logo.svg" alt="App logo" /> |
| 3 | +</div> |
2 | 4 |
|
3 | | -> If you like React Weather, you'll :heart: [React Weather Next](https://react-weather-next.denniskigen.com)! |
| 5 | + |
4 | 6 |
|
5 | | -React Weather is a beautiful weather app that uses the [OpenWeatherMap API](https://openmweathermap.org/api). |
| 7 | +[](https://github.com/denniskigen/react-weather/actions/workflows/validate.yml)  [](https://coveralls.io/github/denniskigen/react-weather?branch=main) |
6 | 8 |
|
7 | | -[See it live](https://react-weather.denniskigen.com) |
8 | | - |
9 | | - |
| 9 | +[React Weather](https://react-weather.denniskigen.com) is a beautiful weather app built on top of the [OpenWeatherMap API](https://openmweathermap.org/api). |
10 | 10 |
|
11 | 11 | ## Getting started |
12 | 12 |
|
13 | 13 | - Sign up over at [openweathermap.org](https://openweathermap.org/appid) and get an API key. |
14 | 14 | - Fork the project and clone it locally. |
15 | | -- Create a file at the root of the project called `.env.local` with the following contents: |
| 15 | +- Install dependencies using [pnpm](https://pnpm.io/installation): |
16 | 16 |
|
17 | 17 | ```sh |
18 | | - VITE_API_URL = 'https://api.openweathermap.org/data/2.5' |
19 | | - VITE_API_KEY = The API key you obtained from openweathermap.org |
20 | | - VITE_ICON_URL = 'https://openweathermap.org/img/w' |
| 18 | + pnpm install |
21 | 19 | ``` |
22 | 20 |
|
23 | | -- Install dependencies using [pnpm](https://pnpm.io/installation): |
| 21 | +- Create a file at the root of the project called `.env.local` with the following contents: |
24 | 22 |
|
25 | | - ```sh |
26 | | - pnpm install |
| 23 | + ``` |
| 24 | + VITE_API_URL = 'https://api.openweathermap.org/data/2.5' |
| 25 | + VITE_API_KEY = The API key you obtained from openweathermap.org |
| 26 | + VITE_ICON_URL = 'https://openweathermap.org/img/w' |
27 | 27 | ``` |
0 commit comments