Weather CLI application
CLI Application that shows weather in specified city.
Multi-word city names splits with dash: -
Add -h argument to see all available commands
First of all you must specify the city with -city argument. (-city Paris)
To save locally your Open Weather API Token add -token [VALUE] argument
To set description language on your language add -lang [VALUE] argument. (en, fr, etc.)
After setting your environments you can run app with no arguments to get the weather.
This application implemented with NodeJS and Open Weather API