Skip to content

michmzr/PocketStats

Repository files navigation

PocketStats

App for visualising GetPocket and Reader usage stats.

Config

test2

Backend

Environment variables

  • BACKEND_URL - backend url, default: http://localhost:8080
  • POCKET_CONSUMER_KEY - get pocket consumer key
  • READER_ACCESS_TOKEN - readwise access key
  • MONGODB_HOST - mongo db host
  • MONGODB_URI - full mongodb uri with login and pass

example env variables for local instance workig with dockerized MongoDB

{
  "VUE_APP_BACKEND_URL": "http://127.0.0.1:8081/pocketstats",
  "POCKET_CONSUMER_KEY": "[get pocket consumer key]",
  "MONGODB_DB": "test",
  "MONGODB_URI": "mongodb+srv://..."
}

Database

Docker service file with mongodb can be find here: mongodb.yml

Frontend

Environment variables

  • VUE_APP_BACKEND_URL - java backend url

You can read more in article: https://cybershu.eu/articles/pocket-stats-analytics-app-get-pocket-api.html (it describes old version!!)

About

App for visualising GetPocket usage stats

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •