Displays some Pocket stats and data.
Simple web app consisting of two components:
- gcp-proxy which is simple proxy written in Golang and running as Cloud Function in Google Cloud Platform. It's only purpose is to add CORS headers to responses to browser requests as getpocket.com API doesn't do this.
- pocketpicker itself which is simple html/css/kotlin.js app fetching data from getpocket.com and displaying them so you know now, that you have to spend several days of non-stop reading all your saved articles to get inbox-zero.
Currently you can get running version here: https://pocketpicker.bluesloth.net/
Please notice, that it fetches all your pocket data everytime you open/refresh it, so it isn't blazingly fast and it's draining your / pocket's resources...
Work still in progress, so hopefully some fancy optimizations would be added in the future.
Lots of internal architectural changes you can't see (like switching to buggy org.jetbrains.kotlin.frontend build plugin and tests(!))! And (sortable/searchable) table with your items as a bonus...
now with duplicate items detection!
displays more interesting stats, now in color (table)!
displays the number of unread items in your Pocket. Yay!