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
- Host: GitHub
- URL: https://github.com/rofson17/weather-web-app
- Owner: rofson17
- Created: 2021-03-05T12:10:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T13:43:48.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:23:05.449Z (7 months ago)
- Topics: express, hbs, nodejs, weather-app
- Language: Handlebars
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Weather Web app
Weather rendering website
**Home Page**
**Weather Page**
**About Page**
## 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