Can you say more about how you built this? How you did the scraping, etc. ?
For the tech stack its just node.js and express on the backend and vanilla JS on the front end using webpack for bundling. I built this project really as a means to teach myself to write unit tests better and mock integration tests. In the first iterations I fed the news articles after they were scraped into Google's Natural Language Processing library to get the sentiment of the article. I scrapped this after it became too inaccurate.