{"id":30654905,"url":"https://github.com/skedgo/tripkit-react","last_synced_at":"2026-01-20T16:54:13.916Z","repository":{"id":286828421,"uuid":"608295918","full_name":"skedgo/tripkit-react","owner":"skedgo","description":"The React SDK for the TripGo API","archived":false,"fork":false,"pushed_at":"2025-08-22T16:20:33.000Z","size":13486,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-22T18:56:08.936Z","etag":null,"topics":["reactjs","routing","sdk-react","trip-planning","tripgo-api"],"latest_commit_sha":null,"homepage":"https://react.developer.tripgo.com","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/skedgo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2023-03-01T18:13:53.000Z","updated_at":"2025-08-22T16:20:37.000Z","dependencies_parsed_at":"2025-04-08T15:41:53.190Z","dependency_job_id":"8aae4239-3300-41bf-980b-12f1133943be","html_url":"https://github.com/skedgo/tripkit-react","commit_stats":null,"previous_names":["skedgo/tripkit-react"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/skedgo/tripkit-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skedgo%2Ftripkit-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skedgo%2Ftripkit-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skedgo%2Ftripkit-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skedgo%2Ftripkit-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skedgo","download_url":"https://codeload.github.com/skedgo/tripkit-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skedgo%2Ftripkit-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272959867,"owners_count":25022148,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"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":["reactjs","routing","sdk-react","trip-planning","tripgo-api"],"created_at":"2025-08-31T09:10:00.320Z","updated_at":"2026-01-20T16:54:13.909Z","avatar_url":"https://github.com/skedgo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://tripgo.com/images/external/api-mark-logo.svg\" alt=\"TripGo API\" width=\"30\" height=\"30\"\u003e  TripKit SDK for React\n======================================\n\nThe React SDK for the [TripGo API](https://developer.tripgo.com/).\n\n## Installation\n\n```\nnpm install tripkit-react\n```\n\n## Usage\n\n[Get a TriGo API key](https://tripgo.3scale.net/signup?plan_ids[]=2357356192718) and pass it to the\n[TKRoot component](https://react.developer.tripgo.com/reference/#/Main%20SDK%20component%3A%20TKRoot) through the [config object](https://react.developer.tripgo.com/reference/#/Model/TKUIConfig).\n\n\n```jsx\nimport React from 'react';\nimport { createRoot } from 'react-dom/client';\nimport { TKRoot, TKUITripPlanner } from 'tripkit-react';\n\nconst config = {\n    apiKey: \u003cMY_TRIPGO_API_KEY\u003e\n};\n\nconst root = createRoot(document.getElementById('root'));\n\nroot.render(\n  \u003cTKRoot config={config}\u003e\n    \u003cTKUITripPlanner /\u003e\n  \u003c/TKRoot\u003e);\n```\n\n## SDK Reference\n\n- ### [Main SDK Component: TKRoot](https://react.developer.tripgo.com/reference/#/Main%20SDK%20component%3A%20TKRoot)\n\n- ### [Customization](https://react.developer.tripgo.com/reference/#/Customization)\n\n- ### [Components API](https://react.developer.tripgo.com/reference/#/Components%20API)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskedgo%2Ftripkit-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskedgo%2Ftripkit-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskedgo%2Ftripkit-react/lists"}