Skip to content
/ weather Public

🌦️ Weather app with Next.js 14 Typescript, Tailwind CSS, Shadcn UI, Open Weather API

License

Notifications You must be signed in to change notification settings

oktay/weather

Repository files navigation

Weather App

Weather app with Next.js v14 typescript, Tailwind CSS, shadcn/ui and OpenWeather API.

Screenshot

Setup

  1. Take a copy of .env.example and re-name to .env.local
  2. Get your OpenWeather API key
  3. Enter the details into the .env.local file
  4. Start the dev server with the following scripts
# Install dependencies
$ npm install

# Start dev server with hot reload at localhost:3000
$ npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Credits

Based on DariusLukasukas/nextjs-weather-app

Weather data provided by OpenWeather API

About

🌦️ Weather app with Next.js 14 Typescript, Tailwind CSS, Shadcn UI, Open Weather API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages