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

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

Weather Journal App
https://github.com/mriganksingh/weather-journal-app

css html javascript nodejs

Last synced: 4 months ago
JSON representation

Weather Journal App

Awesome Lists containing this project

README

          

# Weather-Journal-App

A weather application which fetches data based upon zip code and records latest user feelings on weather.

## Run Locally

Clone the project

```bash
git clone https://github.com/mriganksingh/Weather-Journal-App.git
```

Go to the project directory

```bash
cd Weather-Journal-App
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```

Open in browser - index.html

## Tech Stack

**Client:** HTML, CSS, Javascript

**Server:** Node, Express