NYT: Most popular articles (emaled)

https://developer.nytimes.com/apis

https://api.nytimes.com/svc/mostpopular/v2/emailed/{period}.json
#   nyt_app_id
#   nyt_secret
#   nyt_key
#


```{zsh}
export nyt_key=$(Rscript -e "cat(Sys.getenv('nyt_key'))")
endpoint=https://api.nytimes.com/svc/mostpopular/v2/emailed/1.json
curl -s -d "api-key=$nyt_key" -G $endpoint


jimrothstein/yt_api documentation built on Nov. 5, 2022, 8:05 p.m.