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.
- Install proper node version (14.21.3) - for example with n
> npm cache clean --force
> npm install -g n
> n 14.21.3
- Install dependencies and start app.
> npm install --legacy-peer-deps
> npm start
Warsaw - realtime | London - daily | New York - hourly |
---|---|---|
App connects to the Weather API, using free plan.