Skip to content

This is a Simple Weather App. The data is fetched using an API.

Notifications You must be signed in to change notification settings

QuestIT-Cell/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is a simple weather app that allows users to enter a city name and see the current weather conditions.

Prerequisites

  • Node.js installed on your computer.
  • A text editor or IDE, such as Visual Studio Code.
  • A package manager, such as npm (comes with Node.js).

Step 1: Create a new Node.js project

Create a new directory for your project and initialize a new Node.js project by running the following command in your terminal:

npm init -y

This will create a new package.json file in your project directory.

Step 2: Install dependencies

Install the following dependencies using npm:

npm install

About

This is a Simple Weather App. The data is fetched using an API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published