Skip to content

radhika-sivarajan/nyt-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewYorkTimesSearch-API_Integration

New York Times Archive Search Application using New York Times API integration.

Seach parameters

  • Search term.
  • Number of records (selct from 5,10,15).
  • Start year (Optional)
  • End year (Optional)

There is input validation such as:

  1. User cannot submit form with an empty search term.
  2. End year should be less greater than Start year.