Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 872 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 872 Bytes

FactCheckerAssistant

Android CI

Android App to help you check claims from the internet. Currently in active development

App will give you possibility to check if certain claim is true or false by searching for resources that have already tested this claim. Also, app will contain a short guide for users who want to check claims by themselves

Build

To build the project, Fact Check API key is needed. It can be obtained here.

Create a .env file from the sample:

cp sample.env .env

And insert your API key in the .env file. Alternatively, you can set a FACTCHECK_API_KEY environment variable.