weather-li v1.3.0
Weather-LI
This is an app which shows the weather inside your console. I wrote it completely with JavaScript with the help of NodeJS. This uses Prompts, OpenWeatherMap and Figlet to show everything.
Check out the NPM page of the app.
Readme Contents
- Demo
- Usage
Demo

Usage
The following describes the ways to use the app. (ALL REQUIRE NODE TO BE INSTALLED)
Installation Way:
This is the recommended way to use this app.
Step 1
Clone the project repo:
git clone https://github.com/bruhmoment6420/weather-li.gitStep 2
Go into the project directory:
cd weather-liStep 3
Install dependencies:
npm run mountStep 4
Install the app globally (In the case of a permission error. For linux use the sudo command in front to get admin perms. For windows just open a Admin Prompt):
npm install -gStep 5
Run the app by typing weather anywhere in the console. It is now installed globally and can be used at a moments notice.
Downloaded Way (broken):
Download one of the binaries given in the releases section according to your os.
Manual Way:
The following steps shows how to use Weather-LI manually.
Step 1
Clone the project repo:
git clone https://github.com/bruhmoment6420/weather-li.gitStep 2
Go into the project directory:
cd weather-liStep 3
Install the necessary packages:
npm installStep 4
Run the app:
npm run start