0.0.10 • Published 2 years ago

askzeus v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

AskZeus

AskZeus is a node CLI to get weather info directly inside your terminal. CLI Screenshot

Installation

You need to have node & npm installed. A global installation is required.

npm i askzeus -g

How 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 Amsterdam

Gets you Amsterdam weather data.

az -c Amsterdam -d

Gets you Amsterdam weather data and set Amsterdam as a default city.

az

Gets the weather data for the default city.

az --system <system>

Set the unit system, can be either metric or imperial.

0.0.10

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago