Scrape multiple online articles all at once. By inputting the articles you want scraped into the input field, B-Article-Scraper will save you time from manually navigating to each article and finding what you need.
Create route for user to be able to scrape the articles contents
Expected Behavior
User can input a single or a list of article URLs which returns the articles contents.
Acceptance Criteria
use cheerio and axios to select the article content from any given article URL.
have an article interface model with properties of title, article, article date, and summary,
create an all articles model containing properties of the URLs, Date scraped, all scraped content, reference to the User, all summarized articles (with the shape of the article interface)
Summary
Expected Behavior
Acceptance Criteria