Built with Next.js, Tailwind CSS, and OpenWeatherMap API. Provides fast and accurate weather information for cities of Turkey.
-
Clone the project
git clone https://github.com/batuhankendirli/bkweather.git
-
Go to the project directory
cd bkweather
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
To run this project, you will need to add the following environment variables to your .env file
WEATHER_API_KEY=[YOUR_OPENWEATHERMAP_API_KEY]
WEATHER_LINK=https://api.openweathermap.org/data/2.5/
You can find the live version here.
If you have any feedback, please reach out to me at batuhankndrl@gmail.com.