-
Change Directory: Navigate to the weather_app directory: cd weather_app
-
Install all the node modules using: npm install
-
Run the command: npm run dev
- Displays the current climate and air quality data upon entering the city name.
- Shows animated weather icons like rainy, cloudy and sunny.
- Shows animated emojis on the AQI ranking of the city.
- Shows the particles present in the air such as carbon monoxide, nitrogen, ozone, particulate matter 2.5 and 10, sulphur dioxide.
- React JS - for building user interface.
- API - Open Weather Maps - for real-time climate data.
- CSS - Cascading Styles Sheets.