Skip to content

This web application consists in a weather journal for the current weather of a specific location using an ISO country code and ZIP code. The weather information is obtained by requesting it from the Open Weather Map API ( https://openweathermap.org/api ). The basic content that is displayed is the temperature, and the timezone date and hour of …

Notifications You must be signed in to change notification settings

richbm10/Weather-Journal-App-Project-Udacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal-App-Project-Udacity

Udacity Weather Journal App Project

Project Description: This web application consists in a weather journal for the current weather of a specific location using an ISO country code and ZIP code. The weather information is obtained by requesting it from the Open Weather Map API ( https://openweathermap.org/api ). The basic content that is displayed is the temperature, and the timezone date and hour of the location. Besides, depending on the data from the response of the API, there is other content that can be displayed: max and min temperatures, weather description, how it really feels like, rain, snow, wind, clouds, sunrise, sunset, pressure, sea level, and ground level. The web application is dynamically built based on the data from the response.

Also, the project includes a node.js local server, which helps for posting the personal opinion of the user of how the weather feels like in that server from the web application. For achieving this functionality; the server must be running, so it has to be started by running: node local-server.js in the terminal.

Icons made by:

Objective: Implement a dynamic and responssive weather journal app, whose content changes based on the requested data from an API; and, post data in a node.js local server.

About

This web application consists in a weather journal for the current weather of a specific location using an ISO country code and ZIP code. The weather information is obtained by requesting it from the Open Weather Map API ( https://openweathermap.org/api ). The basic content that is displayed is the temperature, and the timezone date and hour of …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published