/qa-app

Primary LanguageJavaScript

qa-app

this app requires a localhost:18765 proxy with cors enabled to work. It will post a pseudo filled out form to retrieve a webpage with links to be tested.

try using this https://github.com/kwanjas3/cors-electron-app on command line to enable it

check to see if link exists. check link similarity to contents within the website link using lunr and returns a score.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.