Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

jbovatsek/Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper

Author

Arielle Collins

Email: ariellecollinsb@gmail.com

Github: https://github.com/ariellecollinsb

LinkedIn: https://www.linkedin.com/in/arielle-collins-bovatsek-10895899/

Overview

I created a web app that lets users view and leave a comment on the latest news that I scraped from HuffPost.

Technologies Used

Node.js, Morgan, Express + Express Handlebars Mongoose Cheerio Axios Other NPM command line utility + packages

Functionality

App functionality depends on cheerio to process the returned html, mongoose to initialize and store information on the database, and express handlebars to deliver that information to the client. The user has the opportunity to add a comment under their chosen article.

Future Development

  • Allow multiple comments to be stored
  • Add a delete button
  • Convert CSS to SCSS
  • Scrape multiple websites at a time for a wider range of articles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • HTML 32.0%
  • CSS 8.8%