Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 312 Bytes

Weather-App

Clone project in your locals

git clone [email protected]:Arish82/Weather-App.git<br>
cd /'Weather App'

Now download dependencies

npm i express<br>
npm i requests<br>
npm i hbs

Now run the app

cd src
node index.js

Now open your browser

localhost:8000