Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

CheckFake/browser

Repository files navigation

CheckFake

drawing

This browser extension intends to compute a confidence score given a web page.

How to build

$ node -v
v8.11.3

$ npm -v
6.4.1

$ npm run dist  # Generates addon dist code
[...]

$ npm run sources  # Generates sources zip
[...]

License

GPL Logo

Displays a confidence score about an article that has been submitted to the extension.
Copyright (C) 2019  Gabriel Augendre
Copyright (C) 2019  Emmanuel Gublin
Copyright (C) 2019  Pauline Jacquet
Copyright (C) 2019  Guillaume Thiriet

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.