Skip to content

techiepenman/Weather-Journal-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal App Project

Overview

The app gets a zip code and some text data entered by user to collect the weather information using web API and updates the UI dynamically. The main three functions i.e getting the data from the web API, posting the data to the server and updating the UI are handled asynchronously.

Install

  • Clone the project
  • Get an API key from openweathermap (it's free)
  • Open app.js file in the website directory using your desired text editor
  • Change the value of the variable apiKey in line 6 with your own api key

Run

In the command line run:
node app.js
Open the browser and on the address bar type:
http://localhost:3000

Technologies

HTML CSS JavaScript Node.js Openweathermap API

About

Asynchronous web app that uses Web API and user data to dynamically update the UI for a Weather Journal App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors