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.example
toconfig.js
, and edit in your NYTimes API key. You can get that here: https://developer.nytimes.com. - Open
index.html
in your web browser.