Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cschan1828/weather-journal-app
- Owner: cschan1828
- Created: 2021-03-21T18:03:36.000Z (almost 4 years ago)
- Default Branch: style_1
- Last Pushed: 2021-03-21T18:53:41.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T02:41:13.434Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"