Skip to content

TheRAVAGE/Capstone-Project-0004-Weather-Forcast-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Weather Forcast Website is run through localhost:10000

  • clone the Repository
  • To run it go to the terminal
  • cd to the project location
  • install npm modules through the code below:

npm i

  • then you can run the server using the code below:

node index.js

  • now you can go to localhost:10000 to run the website

You Need an API Key to perform the lookup : so you can go to weatherAPI.com by clicking on the link below https://www.weatherapi.com/signup.aspx after signing up or logging in API key is found in the Dashboard

after that create a .env file in the project location and open it using your text editor and type in

API_KEY = "PASTE YOUR API KEY HERE"

The Website is made using
-HTML
-CSS
-JavaScript
-Node.JS
-Express.JS
-Embedded JavaScript
-API
-Axios