Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ NyTimes_searchAPI Public archive

A small web app for the New York times search articles api

Notifications You must be signed in to change notification settings

noveroa/NyTimes_searchAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenShot

NyTimes_searchAPI

  • To run use npm
    • http-server -p (port of choice)

Per Request

  • A search query text box
  • A button labeled “Search” that executes the search when clicked 

  • A results display that includes the following for each result:
    • Publication date 

    • Document type 

    • Headline (as a live link to the article) 

    • The web page must be accessed with the http: protocol (not file:)

Further Features:

  • Columns can be reordered; several columns are hidden
    • Display thumbnail image associated with each article (Too nested to understand best way to implement'
    • Paging of large result sets was not implemented; the api returns 10 at a time. Currently the moer button will tell user how many hits have been found; user can change the offset for field to execute another search.
    • User specified date range

    • Snippet displayed in popup when mouse hovers over headline

Releases

No releases published

Packages

No packages published