@jmt3559/cli-mate
v1.3.0
Published
CLI to display weather for given location
Maintainers
Readme
CLI-mate :sunrise:
Command Line application that gives you the weather info for a given city/place/address/airport code :sunny:

Install
npm install -g @jmt3559/cli-mateOn your terminal export these two environment variables:
Zsh
echo 'export MAPBOX=API_KEY' >> ~/.zprofile
echo 'export WEATHERSTACK=API_KEY' >> ~/.zprofileBash
echo 'export MAPBOX=API_KEY' >> ~/.bash_profile
echo 'export WEATHERSTACK=API_KEY' >> ~/.bash_profile