{"id":17601181,"url":"https://github.com/blakejoy/tmdb-ts","last_synced_at":"2025-04-05T09:04:56.843Z","repository":{"id":43683586,"uuid":"367537850","full_name":"blakejoy/tmdb-ts","owner":"blakejoy","description":"Typescript client wrapper for TheMovieDB (TMDB) v3","archived":false,"fork":false,"pushed_at":"2024-10-04T05:59:02.000Z","size":248,"stargazers_count":53,"open_issues_count":2,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T08:03:27.900Z","etag":null,"topics":["tmdb","tmdb-api","tmdb-movie","tmdb-rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/blakejoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2021-05-15T04:20:24.000Z","updated_at":"2025-03-28T14:17:58.000Z","dependencies_parsed_at":"2023-12-29T03:37:15.790Z","dependency_job_id":"c850c724-0b54-4839-b01d-1857006e6e7b","html_url":"https://github.com/blakejoy/tmdb-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakejoy%2Ftmdb-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakejoy%2Ftmdb-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakejoy%2Ftmdb-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakejoy%2Ftmdb-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakejoy","download_url":"https://codeload.github.com/blakejoy/tmdb-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312077,"owners_count":20918344,"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":["tmdb","tmdb-api","tmdb-movie","tmdb-rest-api","typescript"],"created_at":"2024-10-22T12:08:55.737Z","updated_at":"2025-04-05T09:04:56.798Z","avatar_url":"https://github.com/blakejoy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmdb-ts\n\n\nTypescript library wrapper of [TMDB API](https://developers.themoviedb.org/) v3 .\n\n\n[![Version npm](https://img.shields.io/npm/v/tmdb-ts.svg?style=flat-square)](https://www.npmjs.com/package/tmdb-ts)[![npm Downloads](https://img.shields.io/npm/dm/tmdb-ts.svg?style=flat-square)](https://npmcharts.com/compare/tmdb-ts?minimal=true)\n\nThis uses new jwt authentication token for requests so there is no need to append api key to the url. \nOnce you have registered for access to the api you can use your access token as follows:\n\nInstallation:\n``\nnpm install --save tmdb-ts\n``\n\nVersion 1.0 removed the default import so make sure you update accordingly!\n\n```js\nimport { TMDB } from 'tmdb-ts';\n\nconst tmdb = new TMDB('accessToken');\n\ntry {\n   const movies = await tmdb.search.movies({ query: 'American Pie' });\n   console.log(movies);\n} catch(err) {\n   // handle error\n}\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakejoy%2Ftmdb-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakejoy%2Ftmdb-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakejoy%2Ftmdb-ts/lists"}