Mrjcowman/NewYorkTimesSearch

Create API call to New York Times

Opened this issue · 2 comments

As a Developer
I want to see the grab data from the API
So that I can pass it to a function to render on the page

Acceptance Criteria

  • send Get a request to search api
  • responds with the articles data
  • returns the article's data

I can format the search query in the search event, so all you'll need to do is make the ajax get to the API URL with my query concatenated to it, like

"http://api.test.me/" + searchQuery

Or whatever the URL looks like

So I have it working in my local copy, but for some reason I can't pull to update mine, so I can push to update development in the repo on github... Any ideas?