The Website allows user to select any city and get the temperature, weather and an icon indicating the current weather back.
- 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
Module
Run the commands from below in your vs-code project folder terminal.
npm i node
npm i express
npm i body-parser
The https
is local in node so you dont have to separately download it.
- Run the following command:
git clone 'https://github.com/yashdoshi12/Live_Weather_Website.git'
-
cd
to the cloned folder:
cd Blog_Website_Without_Database
- Install required
npm
pakages
npm i
- Create a free account at -- https://openweathermap.org/
- Fllow the documentation for generating API key and further elaboration -- https://openweathermap.org/current
I made this website while learning Full-Stack Web Development and please feel free to suggest any changes. Thanks!