Bring some positivity to your internet surfing! Give this site a url and it will analyze the content on the page to "score" its sentiment. URLs with more positive site content will return a higher score.
Note: Currently feels
does not scrub the given URL for malicious content. For that reason, feels
is not hosted "live" anywhere and can only run if this repo is cloned/forked and ran locally.
Utilize react framework to build simple user interface to drop URLs for analysis.
Utilize typescript and express to host the backend. The service uses the npm sentiment package for scoring the sentiment analysis. The npm htmlparser2 package is used to parse text content from the given url.