edit readme

This commit is contained in:
madarsbiss 2021-08-03 14:25:28 +03:00
parent 2108dde8b7
commit a3f432fc3c

View File

@ -26,11 +26,15 @@ Check the current weather on any city on the planet. Switch between metric and i
3. `npm install`
4. Log-in to [Openweathermap.com](https://openweathermap.org/) and create an API key
4. Log-in to [Openweathermap.com](https://openweathermap.org/)
5. Rename .env.example to .env.local and paste API key
5. Create an API key
6. `npm run dev`
6. `cp .env.example .env.local`
7. Paste API key as `OPENWEATHER_API_KEY`
8. `npm run dev`
## Contributions