{"id":25877258,"url":"https://github.com/rh9891/newyorktimesarticlesearch","last_synced_at":"2026-04-14T04:31:14.589Z","repository":{"id":196350332,"uuid":"272840781","full_name":"rh9891/NewYorkTimesArticleSearch","owner":"rh9891","description":"An application that utilizes the New York Times Article API to pull historic articles based on search parameters.","archived":false,"fork":false,"pushed_at":"2020-09-26T13:53:02.000Z","size":12848,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T11:20:37.513Z","etag":null,"topics":["ajax","bootstrap","css","html","javascript","jquery","newyorktimessearch-api"],"latest_commit_sha":null,"homepage":"https://rh9891.github.io/NewYorkTimesArticleSearch/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rh9891.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-17T00:27:04.000Z","updated_at":"2021-10-27T03:31:53.000Z","dependencies_parsed_at":"2023-09-24T17:56:01.220Z","dependency_job_id":null,"html_url":"https://github.com/rh9891/NewYorkTimesArticleSearch","commit_stats":null,"previous_names":["rh9891/newyorktimesarticlesearch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rh9891/NewYorkTimesArticleSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FNewYorkTimesArticleSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FNewYorkTimesArticleSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FNewYorkTimesArticleSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FNewYorkTimesArticleSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh9891","download_url":"https://codeload.github.com/rh9891/NewYorkTimesArticleSearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FNewYorkTimesArticleSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","bootstrap","css","html","javascript","jquery","newyorktimessearch-api"],"created_at":"2025-03-02T11:19:45.418Z","updated_at":"2026-04-14T04:31:14.571Z","avatar_url":"https://github.com/rh9891.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# New York Times Article Search\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Table of Contents\n*  [Description](#description)\n*  [User Story](#user-story)\n*  [Features of the Application](#features-of-the-application)\n*  [Preview of New York Times Article Search](#preview-of-new-york-times-article-search)\n*  [Links](#links)\n*  [Usage](#usage)\n*  [Built Using](#built-using)\n*  [License](#license)\n*  [Questions](#questions)\n\n## Description\n\nServer-side APIs are an interface often used by companies to allow users a way to interact and gain access to their information. For this article search application, I used the [New York Times Article Search API](https://developer.nytimes.com/docs/articlesearch-product/1/overview) in order to retrieve data to access articles based on the user's search parameters.\n\nThe retrieved data from the New York Times Article Search API call - based on a user search term - provided the headline, byline, author, publication date and year, among other details. Using this information, I was able to sift through the JSON object, extract the relevant information to render onto the bottom of the page, and build an application - that is both dynamic and functional - that retrieves a sought number of records for the user.\n\n## User Story\n~~~\nAS A user  \nI WANT to search the New York Times database for articles using specific parameters  \nSO THAT I can retrieve a list of articles to read.\n~~~\n\n## Features of the Application\n~~~\nGIVEN a New York Times article search application with form inputs  \nWHEN I search for a term  \nTHEN I am presented with relevant articles that include the search term.  \n\nWHEN I use the search parameters, such as its start year and its end year,  \nTHEN I am presented with relevant articles that adhere to the search parameters.\n~~~\n\n## Preview of New York Times Article Search\n\nThe following images demonstrate the application functionality:\n\n![New York Times Search Preview](assets/images/nytSearchPreview.png)\n\n![Search Parameters Preview](assets/images/searchParametersPreview.png)\n\n![Search Results Preview](assets/images/searchResultsPreview.png)\n\nThe following GIF demonstrates the application functionality, showcasing the application's ability to clear results and specify the number of records to retrieve:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/rh9891/NewYorkTimesArticleSearch/blob/master/assets/images/obamaSearchpreview.gif\"\u003e\n\u003c/p\u003e\n\n## Links\n\n1. [Deployed Application](https://rh9891.github.io/NewYorkTimesArticleSearch/)\n\n2. [Github Repository](https://github.com/rh9891/NewYorkTimesArticleSearch)\n\n## Usage\n\nThe following example of usage displays the use of the ajax call to the New York Times Article Search API to retrieve the JSON object:\n~~~\nvar queryURL = buildQueryURL();\n\n$.ajax({\nurl: queryURL,\nmethod: \"GET\"\n}).then(updatePage);\n~~~\n\n## Built Using\n\nListed below are the frameworks and guides that made building this article search application possible.:\n\n* [Bulma](https://bulma.io/)\n* [JQuery](https://jquery.com)\n* [New York Times API Documentation](https://developer.nytimes.com/docs/articlesearch-product/1/overview)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Romie Hecdivert\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Questions\n\nIf you have any questions, comments, or issues regarding this New York Times article search application, please don't hesitate to contact me via [Github](https://github.com/rh9891).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fnewyorktimesarticlesearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh9891%2Fnewyorktimesarticlesearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fnewyorktimesarticlesearch/lists"}