{"id":15505412,"url":"https://github.com/lekoarts/annum","last_synced_at":"2025-04-23T01:39:50.347Z","repository":{"id":215800035,"uuid":"634135010","full_name":"LekoArts/annum","owner":"LekoArts","description":"Visualize Your Trakt.tv History","archived":false,"fork":false,"pushed_at":"2025-02-01T09:53:04.000Z","size":7224,"stargazers_count":23,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T10:12:10.237Z","etag":null,"topics":["annum","authentication","lekoarts-oss","posters","sveltekit","tmdb","trakt"],"latest_commit_sha":null,"homepage":"https://www.annum.app","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LekoArts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["LekoArts"],"patreon":null,"open_collective":null,"ko_fi":"lekoarts","tidelift":null,"custom":null}},"created_at":"2023-04-29T06:43:25.000Z","updated_at":"2025-04-09T12:34:29.000Z","dependencies_parsed_at":"2024-01-21T12:24:18.413Z","dependency_job_id":"6423ac80-8a4e-4640-acac-ac63a4c15a1e","html_url":"https://github.com/LekoArts/annum","commit_stats":null,"previous_names":["lekoarts/annum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LekoArts%2Fannum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LekoArts%2Fannum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LekoArts%2Fannum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LekoArts%2Fannum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LekoArts","download_url":"https://codeload.github.com/LekoArts/annum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354280,"owners_count":21416748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["annum","authentication","lekoarts-oss","posters","sveltekit","tmdb","trakt"],"created_at":"2024-10-02T09:23:22.088Z","updated_at":"2025-04-23T01:39:50.329Z","avatar_url":"https://github.com/LekoArts.png","language":"Svelte","funding_links":["https://github.com/sponsors/LekoArts","https://ko-fi.com/lekoarts"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eannum\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003e\n    Visualize Your Trakt.tv History\n  \u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Display your watched movies and shows in a poster grid. Easily switch between years and get an overview of all your history. Powered by:\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./.github/assets/trakt-white.svg\"\u003e\n    \u003cimg alt=\"Trakt.tv Logo\" src=\"./.github/assets/trakt-black.svg\" width=\"125\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003ca href=\"https://www.annum.app\"\u003e🍿 Website\u003c/a\u003e\n\u003c/h2\u003e\n\nThis website was created by [LekoArts](https://www.lekoarts.de?utm_source=annum_readme) as a christmas project to try out SvelteKit. LekoArts loves watching movies and shows ⸺ so why not have a great overview? You can also follow me on [Trakt](https://trakt.tv/users/arsaurea) if you want.\n\n## Development\n\nThis [SvelteKit](https://kit.svelte.dev/) project was bootstrapped with [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).\n\n### Prerequisites\n\n1. [Install Node.js](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs) 20 or later\n1. [Install pnpm](https://pnpm.io/installation)\n\n### Repository setup\n\n1. Install dependencies\n\n    ```shell\n    pnpm install\n    ```\n\n1. Create a duplicate of `.env.example` and name it `.env`\n\n1. Retrieve the necessary secrets:\n\n    1. `PRIVATE_TRAKT_CLIENT_ID` and `PRIVATE_TRAKT_CLIENT_SECRET`: Login to [Trakt.tv](https://trakt.tv) and inside your settings go to your [Your API Apps](https://trakt.tv/oauth/applications) section. Create a new application. Set `http://localhost:5173/auth/callback/trakt` as one of the **Redirect URI** and set `http://localhost:5173` as one of the **JavaScript (CORS) Origins**. Copy over the **Client ID** and **Client Secret** to the `.env` file.\n\n    1. `PRIVATE_AUTH_SECRET`: Generate a random string which is used to encrypt tokens. Run `openssl rand -base64 32` in your terminal and copy the value over to the `.env` file.\n\n    1. `PRIVATE_TMDB_API_KEY`: Login to your [TMDB](https://www.themoviedb.org/) account and inside your settings go to [API section](https://www.themoviedb.org/settings/api). Copy the **API Key** over to the `.env` file.\n\n### Commands\n\nStarting the development server:\n\n```shell\npnpm dev\n```\n\nCreate a production build locally:\n\n```shell\npnpm build\n```\n\nPreview that build locally with `pnpm preview`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekoarts%2Fannum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flekoarts%2Fannum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekoarts%2Fannum/lists"}