A simple weather application built using Node.js that provides current weather information for a given location.
Check out the live demo of the application https://weather-app-s19o.onrender.com/.
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
cd your-repo npm install
Obtain an API key from a weather data provider such as OpenWeatherMap.
Rename the .env.example file to .env and add your API key:
API_KEY=your-api-key
npm start`
Open your web browser and visit http://localhost:8080 to use the application.
# License
This project is licensed under the MIT License.