This is a simple, preview, read-only version of an essay for a GUI for android of ChangeDetection API, to get all your monitored websites and show the snapshots.
It was made through the Ionic Framework which use reactive frameworks like vue.js for the frontend and javascript behind the scenes to communicate with the API. It is basically a webview-based app.
In the first screen you'll be prompted to input the base domain of your changedetection.io installation and its API key. Rest assured that these values never leave your android device, since they are stored locally, in the localStorage of the inbuilt webview app.
It's a read-only app, it only reads your data and presents it on the screen, allows you to view each screenshot of the your watched links, and some details, nothing beyond that.
Link for download on Google Drive
Below are the usual instruction to build an Ionic App based on Vue.JS. For now, i haven't tried a iOs build, neither a PWA one.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint