1.10.0 • Published 1 year ago

nweather-cli v1.10.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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.

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago