Skip to content

PLKGIT/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All the News That's Fit to Scrape

Overview

Users can view and comment on the latest news scraped from Reuters' World News website. Scraped articles and any associated notes are stored in a MongoDB database.

Scraper

Using the Scraper

  • Launch Scraper web application
  • The app scrapes the following data from Reuter World News at https://www.reuters.com/news/world:
    • Article Title
    • Article Summary
    • Article Link
    • Article Photo
  • Article data is stored in a MongoDB
  • Scraped articles are displayed on the application's home page
  • Users can save articles as well as post, update, and delete article notes, which are saved to MongoDB

Technologies

  • Node JS v12.13.0
  • Express Node Package Manager (NPM) v4.17.1
  • Cheerio NPM
  • Axios NPM
  • MongoDB
  • Mongoose NPM
  • Handlebars NPM
  • Heroku
  • HTML
  • CSS
  • Materialize CSS
  • Material Icons

Development Details

Developer

Pam Kelly at esq.kelly@gmail.com

GitHub repository

GitHub at https://github.com/PLKGIT/scraper

Deployed Application

All the News Fit to Scrape at https://lit-fortress-02262.herokuapp.com/

All the News Fit to Scrape on Portfolios

Professional Porfolio at https://www.pamkelly.com/portdev.html

Copyright © 2020 Pamela L. Kelly