zane-schaffer / nytui

New York Times Top Stories accessible via TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nytui

a simple way to digest all of the New York Time's content using their lovely and well documented API.

newsletter cli demo


API key

follow instructions from NYT

setup

create 'nytui.json' in your $XDG_CONFIG_HOME as follows

{
    "API_KEY": "YOUR_API_KEY"
}

running nytui

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

About

New York Times Top Stories accessible via TUI


Languages

Language:JavaScript 100.0%