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

https://github.com/rofson17/weather-web-app

weather web app
https://github.com/rofson17/weather-web-app

express hbs nodejs weather-app

Last synced: 6 months ago
JSON representation

weather web app

Awesome Lists containing this project

README

          

## Weather Web app

Weather rendering website

**Home Page**
![home page](/public/images/home.png)

**Weather Page**
![weather page](/public/images/weather.png)

**About Page**
![about page](/public/images/about.png)

## Set UP project

Go to https://openweathermap.org and take you api key and put it into the ```public/js/main.js``` file

## Run website

To run this project run this command

```bash
npm install
```
```bash
npm start
```
this website will run on port 5000