News Scraper

This app scrapes news articles from National Public Radio and displays basic info about the articles along with a comment section.

Contents

Live app: fathomless-dusk-98996.herokuapp.com

Github repo: github.com/djknit/news-scraper

Project Goals

Project Features

When the user presses the scrape button, the app scrapes the NPR news site for article headlines, pictures, links, and summaries. If there are already articles in the database, the new article headlines are compared against the ones in the database to prevent duplicates and up to 8 new articles are saved in the database. The article information is displayed along with a link to the article and a comment section. The comment section is contained in a modal. The comments for the chosen article are retrieved from the database when the modal is opened.

Technologies Used

Front End

Back End

Developer

This project is developed and maintained by David Knittel. Any and all questions, comments, suggestions, or proposed contributions are welcome.

This project was originally developed as a homework assignment for the KU Coding Bootcamp Full Stack Flex program and uses specifications laid out by the homework requirements.