/weather-cli-nodejs

Weather CLI app written in Node JS

Primary LanguageJavaScript

weather-cli-nodejs

This is a cli app get weather from api and shows that on Command Line.

Installing

git clone https://github.com/akshaykumar23399/weather-cli-nodejs.git # Cloning the repo
cd weather-cli-nodejs

For: Linux Users

sudo npm install -g . # Installing using npm
sudo yarn global add . # Installing using yarn

For: Windows Users

npm install -g . # Installing using npm
yarn global add . # Installing using yarn

Usage

Write weathery in console and enter the city name and apikey which you can get for free from https://api.openweathermap.org/ when asked.

weathery

Code written by: Akshay Kumar & Vaibhav Kaushik