Skip to content

hsheth2/ppa-stats

Repository files navigation

PPA Stats Web Interface

The fastest way to view download statistics for a package published in a PPA on Launchpad.

Try it out: https://ppa-stats.sheth.io/

Screenshot

Download statistics for my cava package. Live link: https://ppa-stats.sheth.io/#/?ppaName=ppa&ppaOwner=hsheth2&packageName=cava.

screenshot

Similar Work

References

Development

The project uses Node 24 and Yarn 1. The frontend is a Vue 3/Vite app; the backend is a small Express proxy that rewrites /lp-api requests to Launchpad and adds a one-hour public cache header for CDN caching.

cd lp-proxy
yarn install
node app.js
cd frontend
yarn install
yarn serve
yarn lint
yarn build

The production images are built through Docker Compose:

docker compose build

To Do

About

The easiest way to view download statistics for a PPA package published on Launchpad.

Topics

Resources

Stars

18 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors