Skip to content

saivivek321/Weatheryfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatheryfy

using this website we can know Present temperature of all well known Citys and Towns by giving the name in the search box

Steps to Run the server Locally

  1. For running the server on your PC you need to install Nodejs
  2. Clone the repository into your PC
  3. Start with npm init in your terminal
  4. Install the neccessary packages with commands.
    npm install express
    npm install body-parser
  5. Go to Open Weather Map and create an account
  6. Generate an Free API key necessary for our project
  7. Keep that API key in index.js (in the mentioned place)
  8. Type node index.js in your terminal to start your website