Skip to content

Node CLI app that gives you the weather forecast for a given city.

Notifications You must be signed in to change notification settings

jmtellez/CLI-mate

Repository files navigation

PRs Welcome 

CLI-mate 🌅

Command Line application that gives you the weather info for a given city/place/address/airport code ☀️

usage

Install

npm install -g @jmt3559/cli-mate

On your terminal export these two environment variables:

Zsh

echo 'export MAPBOX=API_KEY' >>  ~/.zprofile

echo 'export WEATHERSTACK=API_KEY' >> ~/.zprofile

Bash

echo 'export MAPBOX=API_KEY' >>  ~/.bash_profile

echo 'export WEATHERSTACK=API_KEY' >> ~/.bash_profile

Get API Keys

Weatherstack - 1k free requests per month

Mapbox - 100K free requests