0.0.10 • Published 1 year ago

askzeus v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago