diff --git a/README.md b/README.md index c561bd0..774efb1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,21 @@ Check the current weather on any city on the planet. Switch between metric and imperial units. -![Alt img](https://www.madza.dev/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fzlsyc9paq6sa%2F44dvlE4XsjnPYxhYV0BokW%2F4e59dee4fd0952312a2e4072c61cecee%2FTn8VS0npqE.gif&w=1080&q=70) +![Alt img](https://images.ctfassets.net/zlsyc9paq6sa/3uBrJ07WSM40FpolgjInHY/7d886cb4187b52194bf9b63c183a1d3a/1627637330_x.gif) + +## Features + +1. Search cities functionality + +2. Metric vs Imperial system + +3. Current local time and date + +4. Temperatures and humidity + +5. Wind speed and direction + +6. Sunrise and sunset times ## Installation @@ -12,9 +26,11 @@ Check the current weather on any city on the planet. Switch between metric and i 3. `npm install` -4. create env file and include a string +4. Log-in to [Openweathermap.com](https://openweathermap.org/) and create an API key -5. `npm run dev` +5. Rename .env.example to .env.local and paste API key + +6. `npm run dev` ## Contributions