This is a simple weather application that provides weather information for a specified address. It uses geocoding to convert the address into geographic coordinates (latitude and longitude) and then fetches the weather forecast for those coordinates.
To run this application, you need to have Node.js installed on your machine. You can download and install Node.js from here.
-
Clone the repository to your local machine.
git clone https://github.com/NaveBlander/Weather-app
-
Navigate to the project directory.
cd weather-app
-
Install the required dependencies.
npm install
To run the application, use the following command:
node app.js <address>