Skip to main content

Credits

Contributors

Core library foundations

  • Apple Music API documentation from Apple provided the authoritative reference for every endpoint, parameter, and response shape we implement.
  • axios powers our resilient HTTP client layer.
  • tough-cookie maintains a persistent cookie jar for the token scraping workflow.
  • Token yoinking strategies build on open research from the Apple Music and MusicKit community.

Tooling and build pipeline

  • Bun drives our local workflows, from running scripts to bundling builds.
  • Vitest handles our fast test suite with coverage.
  • Biome keeps the codebase formatted and linted.
  • tsc-alias and Knip streamline our build outputs and dependency hygiene.

Documentation and community resources