Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caiopeternela authored Dec 17, 2022
1 parent a4702bd commit 53b244d
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
Modern CLI Weather App Using Typer & TinyDB
# neoclima

![image](https://img.shields.io/pypi/pyversions/neoclima?color=brightgreen)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Modern CLI Weather App


## Installation

```python
pip install neoclima
```

## Usage

```python
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

```python
Typer & TinyDB
```

0 comments on commit 53b244d

Please sign in to comment.