steven-king / j586

Intermediate Interactive Media
17 stars 13 forks source link

NY Times API #126

Closed steven-king closed 7 years ago

steven-king commented 7 years ago

For those of you not in class today. If you want to use the NYTimes API you need to:

Go here: https://developer.nytimes.com/ Signup for the whichever api you want to access. They will email you the key.

Scroll down the main page and then click on the API you want for the docs. https://developer.nytimes.com/article_search_v2.json

Then click on Try it out. Enter your key Enter your search terms in the q field. Copy and paste the sample code.

You can also look at my example under Class21. Thanks, Steven