Skip to content

NaveBlander/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

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.

Getting Started

Prerequisites

To run this application, you need to have Node.js installed on your machine. You can download and install Node.js from here.

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/NaveBlander/Weather-app
  2. Navigate to the project directory.

    cd weather-app
  3. Install the required dependencies.

    npm install

Usage

To run the application, use the following command:

node app.js <address>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published