computerzman / -Weather-Journal-App-Udacity

Weather-Journal-App-Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-Journal App Project

Overview

This project requires you to create an asynchronous web app that uses Web API and user data to dynamically update the UI with weather data and their provided response in text field. Also, it is providing current date.

Project Environment setup

Node and Express Environemnt

In this project we are using Node and Express environemnts. Node and Express should be installed on the local machine. The project file server.js should require express(), and should create an instance of their app using express.

The Express app instance should be pointed to the project folder with .html, .css, and .js files.

Project Dependencies

The ‘cors’ package should be installed in the project from the command line, required in the project file server.js, and the instance of the app should be setup to use cors().

The body-parser package should be installed and included in the project.

Local Server

Local server should be running and producing feedback to the Command Line through a working callback function.

API Credentials

Create API credentials on OpenWeatherMap.com or use existing API key inside :)

test etst

About

Weather-Journal-App-Udacity


Languages

Language:JavaScript 57.8%Language:CSS 26.3%Language:HTML 15.9%