If you are someone willing to learn EJS
, this project could be your goto!
The website will show you today's weekday!
- I have not worked much on
css
andhtml
for simplicity. - This website will give you a clear understanding of how
Openweather API
works!
This is a simple website made using,
Node.js
express.js
Body-parser
ModuleHTTPS
Modulerequests
MobuleEJS
Module ...obviously!
Run the commands from below in your vs-code project folder terminal.
npm i node
npm i express
npm i body-parser
npm i reuests
npm i ejs
##

- Follow the documentation for syntax, how-to and further elaboration --(https://ejs.co/)
- For using
EJS
overexpress
, follow this github wiki page -- (https://github.com/mde/ejs/wiki/Using-EJS-with-Express)
I made this website while learning Full-Stack Web Development
and please feel free to suggest any changes. Thanks!