A client-side podcast player web application built to run entirely in your browser.
This project is in active development and is expected to have bugs, particularly related to CORS (Cross-Origin Resource Sharing) issues when fetching podcast feeds.
🔗 Test AuraPod on GitHub Pages
Prerequisites: Node.js
- Install dependencies:
npm install
- Run the dev server:
npm run dev
- Unit tests (Vitest):
npm run test:unit
- Watch mode:
npm run test:watch
- End-to-end tests (Playwright):
npm run test:e2e
If E2E fails locally due to missing browsers, run:
npx playwright install chromium