https://github.com/valmirbp/weather-app
https://github.com/valmirbp/weather-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valmirbp/weather-app
- Owner: ValmirBP
- License: mit
- Created: 2023-12-28T18:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T18:49:48.000Z (over 1 year ago)
- Last Synced: 2025-01-19T11:43:36.510Z (4 months ago)
- Language: HTML
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Application using Node.js
[](https://github.com/ValmirBP/Weather-app/blob/main/LICENSE)
Welcome to my Node.js Weather Application! This repository contains the source code and resources for our exciting weather application, which was built using Node.js.
## About:
This project demonstrates my skills in building a weather application using Node.js. It fetches weather data using a third-party API and displays it to the user based on the location they provide. The application provides a simple and user-friendly interface to check weather details.
## Table of Contents
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Usage](#usage)## Features
- Feature 1: Fetch weather data using a third-party API.
- Feature 2: Display weather information based on user input.## Used Technologies:
### Backend
- Node.js### Frontend
- HTML / CSS / JS## Prerequisites
Before you begin, ensure you have met the following requirements:
- Node.js (version >= 14.x)
- npm (Node Package Manager)## Getting Started
Follow these steps to get your development environment set up:
1. Clone the repository:
```bash
git clone https://github.com/ValmirBP/weatherapp.git
````
2. Navigate to the project directory
3. Install the required packages:
```bash
npm install
```## Usage
To run the application locally:
1. Navigate to the project directory.
2. Run the following command:
```bash
npm start
```
3. Open your web browser and navigate to
``` http://localhost:3000/index.html```
or the port number specified to view the application.
5. You can search for weather details by typing the location or city name.