arpitvaghela / CLI-mate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRs Welcome 

CLI-mate 🌅

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

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.


Languages

Language:JavaScript 100.0%