Skip to content

Node.js web application that uses a weather API to provide real-time weather forecasts based on user-inputted city names.

Notifications You must be signed in to change notification settings

MarcinBrojek/jnp2-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

jnp2-weather-app

This application serves as a tool for displaying real-time weather forecasts. Users input a city name to receive weather updates based on their chosen forecast type. The app also evaluate weather condition (as not nice / passable / nice) based on temperature and precipitation data. Developed using Node.js along with the React and Redux libraries.


How to start?

  1. Install proper node version (14.21.3) - for example with n
> npm cache clean --force
> npm install -g n
> n 14.21.3
  1. Install dependencies and start app.
> npm install --legacy-peer-deps
> npm start

Application preview

Warsaw - realtime London - daily New York - hourly

App connects to the Weather API, using free plan.

About

Node.js web application that uses a weather API to provide real-time weather forecasts based on user-inputted city names.

Topics

Resources

Stars

Watchers

Forks