This is a cli app get weather from api and shows that on Command Line.
git clone https://github.com/akshaykumar23399/weather-cli-nodejs.git # Cloning the repo
cd weather-cli-nodejsFor: Linux Users
sudo npm install -g . # Installing using npm
sudo yarn global add . # Installing using yarnFor: Windows Users
npm install -g . # Installing using npm
yarn global add . # Installing using yarnWrite weathery in console and enter the city name and apikey which you can get for free from https://api.openweathermap.org/ when asked.
weathery