Skip to content

WeamAdel/weather-journal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal App Project

Contents

  1. Overview
  2. Files Structure
  3. Instructions
  4. GIF

Overview

An asynchronous web app that uses a Web API called openWeathrMap to dynamically update the UI based on the user's entered data, it's the 2nd project task of Udacity proffesional web development scholarship.

Files Structure

  • server.js: where you can find all of my server side logic using node.js.
  • src: The client side website with all styles and scripts, there is no need to separate .css and .js files into separate files and assets as the project is small.
    • index.html
    • app.js
    • style.css
  • README.md

Instructions

  • Users can find weather data by zip code and country code.
  • An error message shows with 404 status code if the entered zip code or country code is not valid by the API.
  • The default location data is set to Los Angeles, US with zip code: 90001 and country code: us.

GIF

Working App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published