Skip to content

The code for Udacity's Frontend Developer Nanodegree project 03

Notifications You must be signed in to change notification settings

angadtewari09/Udacity-Project-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Udacity-Project-03

The purpose of this project was to create an asynchronous web app that uses a web API and user data to dynamically update the UI. This is project 3 of the updated Frontend Devloper NAnodegree program at Udacity.

Basic Instructions:

To run this app fork, clone, or download this repository to your local machine. You will need to install the npm packages used in this app. Open the terminal and change to the directory location of this app. Run the following commands:

  1. npm install express
  2. npm install cors
  3. npm install body-parser

When those are installed run " node server.js " in the terminal. Once the app is running visit localhost:8000 in the browser to view the app. The user can input a zip code and current feelings into the provided fields. Submitting the form will send a request to the OpenWeatherMap API and return weather information for that location.

About

The code for Udacity's Frontend Developer Nanodegree project 03

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published