https://github.com/ramgoel/weatherapp
A NodeJS App using Weather API to get details about city
https://github.com/ramgoel/weatherapp
css ejs-templates html javascript nodejs
Last synced: 3 months ago
JSON representation
A NodeJS App using Weather API to get details about city
- Host: GitHub
- URL: https://github.com/ramgoel/weatherapp
- Owner: RamGoel
- Created: 2021-08-12T07:29:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T11:37:39.000Z (over 4 years ago)
- Last Synced: 2025-01-13T10:51:57.362Z (over 1 year ago)
- Topics: css, ejs-templates, html, javascript, nodejs
- Language: EJS
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherAPP
A NodeJS App using Weather API to get details about entered city.
This is a city details app in ExpressJS, made by Ram Goel.
Working:
Whenever you open the site you will see an option to enter city name and when you enter city name you will get some dtails balout the city you have entered. The details are being fetched by an WEATHER API.

Technologies Used:
Express JS for Backend,
HTML, CSS for Frontend
NPM Packages:
body-parser for form parsing,
ejs for template engine,
path for path functionality,
nodemon for not to restart server everytime,
request for API
If you are running this on your local machine then just download the code or clone the repository into a folder and open terminal or cmd there, and then type
npm i body-parser nodemon ejs request
after installation, type nodemon index.js