A weather data CLI tool. Weather forcast by zip code.
npm install myweatherdataMyWeatherData works through zip codes. Upon installation, the default zip code is set to 10001.
MyWeatherData uses Chalk. By default, the theme color is set to #61DBFB.
npm install -g myweatherdata
$mwd: will print the weather chart for default zip code to the terminal.
$mwd -z \: Print weather chart for spesified zipcode to the terminal.
$mwd -sz \: Set the default zip code for the application.
$mwd -st \: Set the default theme color for the application (ommit '#').
$mwd -h: Show help interface.
API: Open Weather Map
npm modules: The modules used can be found inside my package.json file.