Skip to content

lauraeromerod/weather-journal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Journal App

This is an asynchronous web app that uses the OpenWeatherMap API and user data to dynamically update the UI with relevant information.

Run Locally

Clone the project

  git clone https://github.com/lauraeromerod/weather-journal-app

Go to the project directory

Install dependencies

  npm install

Start the server

  npm run dev

API Reference

Get Project Data

  GET /project

Post Project Data

  POST /project
Parameter Type Description
city string formatted city
feel string user feeling
date string current date
temperature string current weather temperature
icon string weather icon based on temperature
country string country acronym
description string weather description

Tech Stack

Client: Vanilla JS

Server: Node, Express

License

[MIT]

Authors