a simple way to digest all of the New York Time's content using their lovely and well documented API.
follow instructions from NYT
create 'nytui.json' in your $XDG_CONFIG_HOME
as follows
{
"API_KEY": "YOUR_API_KEY"
}
git clone https://github.com/zane-schaffer/nytui.git
cd nytui
./cli.js
Use the bottom bar to select subject
Key | Command |
---|---|
up/down | navigation |
enter | open article in browser |
q | quit |