https://github.com/sameh-farouk/weather-journal
https://github.com/sameh-farouk/weather-journal
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sameh-farouk/weather-journal
- Owner: sameh-farouk
- Created: 2020-08-15T13:10:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T18:36:30.000Z (almost 6 years ago)
- Last Synced: 2025-04-09T18:56:40.022Z (about 1 year ago)
- Language: JavaScript
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-Journal App Project
## Overview
This is un asynchronous web app that uses Web API and user data to dynamically update the UI.
## Server Side
api call
GET route that returns the latest entire on projectData object stored in server side
```
http://{serverurl}/latest
```
POST route that anticipate receiving three pieces of data from the request body
- temperature
- date
- user response
data will be stored on projectData object in server side
```
http://{serverurl}/add
```