This package provides current weather with CLI.
After you installed weather CLI you should navigate to https://openweathermap.org/ and get weather api.
"scripts": {
"weather": "node weather.js",
},To get info about current weather run script:
npm run weatherTo set openweathermap token run script:
npm run weather -- -t [TOKEN]To set current city run script:
npm run weather -- -s [CITY]To get help run script:
npm run weather -- -h