The script is written to get links to users and further check the relevance of links using Puppeteer.
Установка зависимостей
npm install
Scraping data from a site
npm run scraping
Check the relevance of scraping data
npm run validation
Format data
npm run format
Jest is MIT licensed.