CLI-weather-app
A CLI utility that will get the current temperature of a city
To run the app:
cd
the folder with the package files and runnpm install
.- In terminal run
node app.js
to get the temperature of your city or runnode app.js -l "Some City Name"
to get the temperature of another city. - You can run
node app.js help
for more information on usage.