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
cssandhtmlfor simplicity. - This website will give you a clear understanding of how
Openweather APIworks!
This is a simple website made using,
Node.jsexpress.jsBody-parserModuleHTTPSModule
Run the commands from below in your vs-code project folder terminal.
npm i node
npm i express
npm i body-parserThe 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' -
cdto the cloned folder:
cd Blog_Website_Without_Database- Install required
npmpakages
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!

