Skip to content

jmtellez/CLI-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors