Skip to content

urbbru/weather-app

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

1. First, install dependencies:

npm install
# or
yarn install

2. Get a OpenWeatherMap API key:

  • Sign up at OpenWeatherMap and copy the free API key
  • Create a .env.local file in the root of the project
  • Add your API key to the NEXT_PUBLIC_OPENWEATHER_MAPS_API_KEY variable

Example:

NEXT_PUBLIC_OPENWEATHER_MAPS_API_KEY=f2i32io902ff23r32r32

3. Run the development server

To run the development server locally:

npm run dev
# or
yarn dev

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

About

See current weather conditions of different cities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors