Single page app to demonstrate how to fetch data from a remote API. Uses data from the NYTimes.
To run this demo:
- Clone this repo.
- Copy
config.js.exampletoconfig.js, and edit in your NYTimes API key. You can get that here: https://developer.nytimes.com. - Open
index.htmlin your web browser.