Credits
Contributors
- syncfm - github.com/sync-fm · syncfm.dev
- xwxfox - github.com/xwxfox
- oxmc - github.com/oxmc
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
- Docusaurus powers the documentation site, with search powered by Pagefind.
- API reference pages are generated with TypeDoc and typedoc-plugin-markdown.