using this website we can know Present temperature of all well known Citys and Towns by giving the name in the search box
- For running the server on your PC you need to install Nodejs
- Clone the repository into your PC
- Start with npm init in your terminal
- Install the neccessary packages with commands.
npm install express
npm install body-parser - Go to Open Weather Map and create an account
- Generate an Free API key necessary for our project
- Keep that API key in index.js (in the mentioned place)
- Type node index.js in your terminal to start your website