0.0.10 • Published 3 years ago
askzeus v0.0.10
AskZeus
AskZeus is a node CLI to get weather info directly inside your terminal.

Installation
You need to have node & npm installed. A global installation is required.
npm i askzeus -gHow it works
This projects require you to get a free API key from openWeatherMap(https://openweathermap.org/price), the free key lets you call the API 1,000 times a day. You can set the key as follows:
az --apiKey <key>Usage
az -c AmsterdamGets you Amsterdam weather data.
az -c Amsterdam -dGets you Amsterdam weather data and set Amsterdam as a default city.
azGets the weather data for the default city.
az --system <system>Set the unit system, can be either metric or imperial.