A simple Weather app using Node.js
Install all packages with npm install
Open Weather API was used. Sample API call
Execute command : node app.js
from command line.
Go to your Browser and enter address as localhost:8081
After successful run, go back to command line and stop the execution using CTRL + C.
We'll be adding more soon. Have fun ✨