Skip to content

macintorsten/aurapod

Repository files navigation

AuraPod

Test Deploy

AuraPod Screenshot

A client-side podcast player web application built to run entirely in your browser.

⚠️ Under Heavy Development
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.

Try It Out

🔗 Test AuraPod on GitHub Pages

Development

Prerequisites: Node.js

  1. Install dependencies:
    npm install
  2. Run the dev server:
    npm run dev

Testing

  1. Unit tests (Vitest):
    npm run test:unit
  2. Watch mode:
    npm run test:watch
  3. End-to-end tests (Playwright):
    npm run test:e2e

If E2E fails locally due to missing browsers, run:

npx playwright install chromium

About

AuroPod standalone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages