Svelte OSRS Price Tracker
A SvelteKit clone of the OSRS Wiki "All Items" real‑time prices page.
MVP
- Paginated, sortable table with columns: name, buy limit, buy price, sell price, most recent buy, most recent sell, margin, daily volume
- Search bar filtering
- Auto‑refresh toggle with configurable refresh delay in seconds
Local development
yarn install
yarn dev
Environment variables
Create a .env
file (server‑only header for upstream requests):
USER_AGENT="svelte-osrs-price-tracker – [email protected]"
PUBLIC_REFRESH_MS=60000
Notes
- Respect the wiki API acceptable‑use guidelines (set a descriptive User‑Agent).
- We will proxy/caché upstream endpoints through SvelteKit endpoints to avoid CORS and centralize throttling.
License
MIT