Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 918 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 918 Bytes

Weather App Backend

node index.js http://localhost:3000/?address=London

node index2.js London http://localhost:8081/

Node.js & Express.js Weather App

Description This is a simple weather app built using Node.js and Express.js. It allows users to retrieve current weather information for a specified location. The app utilizes the OpenWeatherMap API to fetch weather data and presents it to users in a user-friendly interface.

Features Current Weather: Users can obtain real-time weather updates for any location. Responsive Design: The app is designed to be responsive and accessible across different devices and screen sizes. User Input Validation: The app validates user input to ensure accurate weather data retrieval. Error Handling: Provides informative error messages to users in case of invalid input or API errors. Lightweight: Built with simplicity and minimal dependencies in mind.