Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 567 Bytes

neoclima

image License: MIT

Modern CLI Weather App

Installation

  pip install neoclima

Usage

  neoclima add nyc # add new city with chosen nickname
  neoclima now nyc # current weather for nyc
  neoclima edit nyc # edit city nickname
  neoclima rm nyc # remove nyc from cities list
  neoclima ls # list added cities

Stack

  Typer & TinyDB