Fact Checker is a hobby project and is only maintained by me (the only developer so far).
The App should make it possible to query the Google Fact Checker API via Alexa or Google Nest / Home.
The app is developed with the Jovo Framework. I use the TypeScrip variant.
To learn more about Jovo, please find the Getting Started Guide in the Jovo Framework Docs.
# Compile Typescript
$ npm tsc
# Run Jovo development server (./dist/index.js)
$ jovo run