1.10.0 • Published 3 years ago
nweather-cli v1.10.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 ImperialResponses
Let's say you ran the following command:
npx nweather-cli City 'Washington DC' ImperialYou would get the following response:
Bugs/Contributing
If you find any bugs or have any suggestions, please feel free to open an issue or a pull request.