Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cschan1828/weather-journal-app

A web application to fetch data from OpenWeather
https://github.com/cschan1828/weather-journal-app

Last synced: 15 days ago
JSON representation

A web application to fetch data from OpenWeather

Awesome Lists containing this project

README

        

# Weather-Journal App Project

## Overview
This us an Udacity practice project that requires you to create an asynchronous weather app that uses Web API and user data to dynamically update the UI.
It accepts a zip code and user feelings, fetching weather data from OpenWeather API (https://openweathermap.org/), then update the UI.

## Usage
run the server.js file with below command
```
node server.js
```
Then open the browser, got to "http://localhost:6080"