{"id":15673798,"url":"https://github.com/okikio/deno-github-proxy","last_synced_at":"2026-05-09T14:38:01.443Z","repository":{"id":237457422,"uuid":"625345572","full_name":"okikio/deno-github-proxy","owner":"okikio","description":"Allows for easy imports of ts files from GitHub while still keeping type inferencing (for Deno)","archived":false,"fork":false,"pushed_at":"2023-04-09T00:05:29.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T08:09:08.977Z","etag":null,"topics":["deno","github","proxy-server","typescript"],"latest_commit_sha":null,"homepage":"https://github-ts.okikio.workers.dev/","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/okikio.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}},"created_at":"2023-04-08T20:34:21.000Z","updated_at":"2023-05-26T00:03:11.000Z","dependencies_parsed_at":"2024-05-02T02:52:47.543Z","dependency_job_id":"de315174-c49a-45ca-8c90-961c8cae27dc","html_url":"https://github.com/okikio/deno-github-proxy","commit_stats":null,"previous_names":["okikio/deno-github-proxy"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Fdeno-github-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Fdeno-github-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Fdeno-github-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Fdeno-github-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okikio","download_url":"https://codeload.github.com/okikio/deno-github-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281215,"owners_count":20752207,"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":["deno","github","proxy-server","typescript"],"created_at":"2024-10-03T15:42:10.762Z","updated_at":"2026-05-09T14:38:01.388Z","avatar_url":"https://github.com/okikio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-github-proxy\nAllows for easy imports of ts files from GitHub while still keeping type inferencing.\n\nExample usage in Deno\n\n```ts\nimport * as neo4j from 'https://github-ts.okikio.workers.dev/neo4j/neo4j-javascript-driver/5.0/packages/neo4j-driver-deno/lib/mod.ts';\n\n/**\n * Create a new driver instance to connect to Neo4j\n * @type {neo4j.Driver}\n * @see https://neo4j.com/docs/api/javascript-driver/current/class/src/driver.js~Driver.html\n * @see https://neo4j.com/docs/api/javascript-driver/current/global.html#Config\n */\nconst driver: neo4j.Driver = neo4j.driver(\n  Deno.env.get('NEO4J_URI') as string,\n  neo4j.auth.basic( \n    Deno.env.get('NEO4J_USERNAME') as string, \n    Deno.env.get('NEO4J_PASSWORD') as string \n  )\n);\n\nexport default driver;\n```\n\n\u003e ^ You can also use this to fetch Javascript files but you'll need to add the `/?js` search query like so, https://github-ts.okikio.workers.dev/okikio/transferables/main/lib/index.mjs?js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokikio%2Fdeno-github-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokikio%2Fdeno-github-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokikio%2Fdeno-github-proxy/lists"}