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
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.