{"id":50882303,"url":"https://github.com/flowm/audiotrail","last_synced_at":"2026-06-15T14:01:22.616Z","repository":{"id":364889992,"uuid":"1269545953","full_name":"Flowm/audiotrail","owner":"Flowm","description":"Audible history, visualized","archived":false,"fork":false,"pushed_at":"2026-06-14T23:54:18.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T01:19:29.987Z","etag":null,"topics":["audible"],"latest_commit_sha":null,"homepage":"https://audiotrail.frcy.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flowm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-14T21:04:08.000Z","updated_at":"2026-06-14T23:54:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Flowm/audiotrail","commit_stats":null,"previous_names":["flowm/audiotrail"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Flowm/audiotrail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Faudiotrail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Faudiotrail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Faudiotrail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Faudiotrail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowm","download_url":"https://codeload.github.com/Flowm/audiotrail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Faudiotrail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34365597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audible"],"created_at":"2026-06-15T14:01:19.689Z","updated_at":"2026-06-15T14:01:22.585Z","avatar_url":"https://github.com/Flowm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audiotrail\n\n**Your Audible history, visualized — entirely in your browser.**\n\nAudible's GDPR data takeout is a zip full of CSV files: technically yours, practically\nunreadable. Audiotrail turns it into an interactive dashboard — your listening rhythm\nacross the years, the books you abandoned at 90%, what a listening hour actually cost\nyou, and a yearly _Wrapped_ story to top it off.\n\n## Privacy, in concrete terms\n\n- **Nothing is uploaded.** The zip is parsed by JavaScript inside your tab\n  (JSZip + Papa Parse). There is no backend, no account, no analytics, no cookies.\n- **Nothing is stored.** Close the tab and the data is gone; drop the zip again next\n  time. `localStorage` holds only display preferences (dark mode, the covers toggle).\n- **No third-party requests** — fonts are self-hosted, charts render locally. The one\n  deliberate exception is the **opt-in** cover-art toggle (off by default). Audible\n  artwork can't be addressed by ASIN directly, so enabling it sends each book's ASIN to\n  the [Audnexus](https://audnex.us) API to resolve the cover, which then loads from\n  Amazon's image CDN. Leave it off and you get deterministic generated placeholder\n  covers instead.\n\n## Get your takeout\n\n1. Sign in to your Amazon / Audible account.\n2. Go to _Manage your data_ → _Request your data_ → _Audible_.\n3. Amazon emails you a download link. According to their notice this can take up to a\n   month.\n4. Drop the resulting `Audible.zip` onto Audiotrail.\n\nPartial takeouts are fine — every page degrades gracefully and the upload screen\nshows a \"What we found\" report of exactly which datasets were recognized.\n\n## What you get\n\n- **Overview** — hero stats, a GitHub-style listening heatmap, your all-time\n  cumulative trail, top books, year-over-year deltas.\n- **Listening** — daily/weekly/monthly rhythm with rolling averages, binge \"eras\"\n  stacked by book, weekday patterns, session shapes, biggest days, listening habits.\n- **Library** — a searchable, sortable shelf of every title with completion bars,\n  acquisition timeline, length-vs-completion scatter, and your backlog (including how\n  long books wait before you press play).\n- **People** — author \u0026 narrator leaderboards, series progress, author eras, and a\n  who-narrates-what sankey.\n- **Money** — monthly spend, the full credit lifecycle (earned → spent / expired /\n  active), effective cost per hour, what credits saved you, expiring-credit warnings.\n- **Extras** — wishlist fates, search habits, click positions, devices and audio\n  outputs, your custom collections.\n- **Wrapped** — a scroll-snap year story: total hours, the book of your year, your\n  biggest day, longest streak, the damage in euros.\n\n## Development\n\n```sh\nnpm install\nnpm run dev        # start the dev server\nnpm test           # vitest unit + integration tests\nnpm run build      # type-check (vue-tsc) + production build\n```\n\nStack: Vue 3 + Vite + TypeScript, Tailwind CSS v4, Apache ECharts via vue-echarts,\nJSZip, Papa Parse. Three strictly separated layers: `lib/ingest` (zip → normalized\nmodels, framework-free), `lib/derive` (pure aggregation functions), and the Vue\npresentation layer. All parsing logic is unit-tested against synthetic fixtures —\nnever against real data.\n\n### Local sample data\n\nPut your own takeout at `data/Audible.zip` (the `data/` folder is gitignored) and the\ndev server exposes a **dev-only** \"load local sample\" button. The middleware that\nserves it exists only under `vite serve`, the loader is tree-shaken from production\nbuilds, and tests that read it are skipped when the file is absent — real data can\nnever end up in the repository or a build.\n\n## Out of scope (for now)\n\nA bundled demo dataset, Web-Worker parsing for very large takeouts, share-card image\nexport from Wrapped, folder-drop ingestion, and persistent (IndexedDB) storage —\nsession-only by design for v1.\n\n---\n\nAudiotrail is an independent project and is not affiliated with, endorsed by, or\nconnected to Audible or Amazon. All trademarks belong to their owners.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowm%2Faudiotrail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowm%2Faudiotrail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowm%2Faudiotrail/lists"}