A weather search application that retrieves information from Open Weather API. It provides weather information for the week with expandable sections to provide more details. Application created with Nextjs TypeScript and Tailwindcss
- Clone this repository
- yarn add
- Set up environment variables: Rename .env_sample to .env and change value with your own.
- Create API key from https://openweathermap.org/api in Current Weather Data API.
- Take the API key and fill in .env file.
- yarn dev