This website scrapes the Ars Technica front page for new articles and saves the headlines to a database. You can save articles and add notes to your saved articles.
Scraping is accomplished with the cheerio npm package. Article headlines are saved to a MongoDB database by using mongoose for object data modeling.