0.0.1 • Published 5 years ago

ink-weather-cli v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.