Skip to content

Create an app for Node.js that will scrape data retrieved from a public API and store the info in CSV files.

Notifications You must be signed in to change notification settings

TJaySteno/P06-content-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 6

Build a Content Scraper

This sixth project was my first Node.js project for my Tech Degree. Using Node.js and different packages found through npm, this app will scrape information off of a mock website built for this course (http://shirts4mike.com/shirts.php). Using an npm content scraper (Cheerio), I will grab and sort the vital information. This will then be stored in a CSV file using another npm package (papaparse). I've chosen these two packages due to their widespread use and the recency of their last updates.

Skills: Node.js, npm

Personal Development Emphasis: Promises, Async/Await


Grade: Exceeds Expectations

Grader's Overall Comments: "You have accomplished your 6th project with some extremely good code. I enjoyed reading through it check out any methods I can utilize in my own projects. Your error handling is well done. I think you were very thorough in making sure anything that went wrong would be handled. This kind of working is something you're gonna need in your later projects, just keep doing what you're doing!

"Happy coding!"

About

Create an app for Node.js that will scrape data retrieved from a public API and store the info in CSV files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published