sadmann7 / weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

This project is a weather app bootstrapped with create-next-app.

Weather

Tech Stack

Features

  • Fetch weather data from OpenWeather API
  • Convert temperature from Celsius to Fahrenheit and vice versa

Installation

1. Clone the repository

git clone https://github.com/sadmann7/weather.git

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file.

4. Run the application

yarn run dev

The application will be available at http://localhost:3000.

Deployment

The easiest way to deploy the app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

About


Languages

Language:TypeScript 93.2%Language:JavaScript 4.2%Language:Shell 1.5%Language:CSS 1.1%