Skip to content

This is an asynchronous web app that uses Web API and user data to dynamically update the UI for a Weather-Journal App. it was a Udacity project.

Notifications You must be signed in to change notification settings

ZcodiN1710/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal App

Overview

This project is an asynchronous web app that utilizes a Web API to dynamically update the user interface with weather information. It allows users to input their zip code and feelings, and in return, it fetches real-time weather data using a Web API. The UI is then updated dynamically to display the weather information along with the user's feelings and the current date.

Features

  • Asynchronous JavaScript
  • Web API Integration for Weather Data
  • Dynamic UI Update
  • User Input Handling

Prerequisites

Before you begin, ensure you have the following:

  • Node.js installed on your machine
  • API key for the weather data provider (e.g., OpenWeatherMap)

Getting Started

  1. Clone the repository:

    git clone https://github.com/ZcodiN1710/weather-app
     1. Navigate to the project directory:
         cd weather-appp
     2.Install dependencies:
         npm install
     3.Start the server:
         npm start
     4.Open your browser and go to http://localhost:3000 to use the Weather-Journal App.
    

Usage

Enter your zip code.
Input your feelings or mood.
Click the "Generate" button.
The app will fetch the current weather data and update the UI with the information.

Technologies Used

HTML5
CSS3
JavaScript (Vanilla)
Node.js
Express.js
Web API (OpenWeatherMap)

Acknowledgments

Thanks to OpenWeatherMap for providing the weather data API.

License

Feel free to customize this template according to the specific details and re

About

This is an asynchronous web app that uses Web API and user data to dynamically update the UI for a Weather-Journal App. it was a Udacity project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published