Skip to content

Stelinkaa/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Weather Forecast App

Backend

Node.js + Express backend providing a simple API to fetch weather forecasts using Open-Meteo services.
It exposes a single endpoint:

GET /api/weather?place=PLACE_NAME

Setup & Run

  1. Install dependencies:
cd backend
npm install
  1. Start
npm run dev

The server will run on http://localhost:3000.

Frontend

React + Vite frontend for displaying weather forecasts fetched from the backend.

  • Input field to enter a place name.
  • Displays a table with min/max temperature for tomorrow.

Setup & Run

  1. Install dependencies:
cd frontend
npm install
  1. Start
npm run dev

The frontend will run on http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors