This browser extension intends to compute a confidence score given a web page.
$ node -v
v8.11.3
$ npm -v
6.4.1
$ npm run dist # Generates addon dist code
[...]
$ npm run sources # Generates sources zip
[...]
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/>.