https://chrome.google.com/webstore/detail/articles-analyzer/ielddloiipbhhkaiioemkmphbohlddfa
This is a mono repository of browser extension which can analyze any web page and show summary, keywords and similar articles.
Summary - Summary of the main text.
Keywords - Keywords of the main text (people, places, dates...).
See also - Similar articles from the same resource.
- Typescript
- React
- Node.js
- Docker
- Python
- Heroku
To use the application or start dev script please install node version >10, yarn, docker. Make install
and build
script.
The Browser extension is compiled to packages/browser-extensions/dist
.
yarn
yarn run start
yarn run build
yarn run lint
Please use branch naming using the initials of a project name and an issue id. For example, if a project is Articles Summary
and an issue id is 7
branch will be AS-7
.