npm.io
1.10.0 • Published 3 years agoCLI

nweather-cli

Licence
ISC
Version
1.10.0
Deps
4
Size
16 kB
Vulns
0
Weekly
0

Weather CLI

A simple CLI to get the weather forecast for a given location.
(Uses the OpenWeatherMap Javascript SDK)

Usage

Here's how you could fetch the weather with each of the following categories

  • City
npx nweather-cli City London Imperial
  • Zip Code
npx nweather-cli Zip 90210 Imperial
  • Coordinates <Latitude, Longtiude>
npx nweather-cli Coords '<51.5074,0.1278>' Imperial
  • CityID
npx nweather-cli ID 2172797 Imperial

Responses

Let's say you ran the following command:

npx nweather-cli City 'Washington DC' Imperial

You would get the following response:
Image of weather-cli-example

Bugs/Contributing

If you find any bugs or have any suggestions, please feel free to open an issue or a pull request.

Keywords