Skip to content

A asynchronous web app that uses openweather API and user data to dynamically update the UI.

Notifications You must be signed in to change notification settings

pauxiel/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Weather Journal App

Brief description of the app

A asynchronous web app that uses openweather API and user data to dynamically update the UI.

Implementation

This Project was Built using the following Technologies

  • Vanilla js - programming language

  • NodeJs - Server Environment

  • After Ensuring i have node in my machine, i set up my environment and installed other packages such Express, Cors, body-parser. i also included them in my Server.js file which was runimg at Port 3000

  • The Server.js which is the server side was used to handle the HTTP POST and HTTP GET request

  • The App.js which is the client side was used to store API credentials acquired from OpenWeatherMap website and also to used to recieve data from the api

  • The App.js was also used to update ui dynamically

How to Examine the app

To examine the app.

  • Ensure you have node on your machine

  • Open the app in your terminal and follow the following command to install the package and start the server

npm install

npm start

Authors

  • @udacity - Built the HTML and CSS file of the Client side
  • @Pauxiel - Built the Server.js file of the server side and app.js file of the Client side

About

A asynchronous web app that uses openweather API and user data to dynamically update the UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published