ink-weather-cli
A cli weather tool built with Ink, powered by OpenWeatherMap.
Install
$ npm i -g ink-weather-cli
Run
$ weather
Config
- Get your OpenWeatherMap api key by signing up here. On first run of the cli you'll be asked to enter it.
- Enter your city name
- Enter your ISO 3166 country code. Lookup your code here.
- Select your preferred units of measure.
If you need to change any of your config settings, they are stored in the config.json
file stored in the ..node_modules/ink-weather-cli
directory.