Add simple README file
This commit is contained in:
parent
8af597fdcf
commit
05457fbb7b
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ElPaisReader
|
||||
|
||||
`elpaisreader` is a very simple CLI to read ElPais.es articles
|
||||
bypassing the subscription modal that the web has decided to show as a
|
||||
gate to the information.
|
||||
|
||||
## Usage
|
||||
|
||||
Simply run:
|
||||
|
||||
```sh
|
||||
$ elpaisreader URL
|
||||
```
|
||||
|
||||
to get a text representation of the article body.
|
Loading…
Reference in a new issue