{"id":19219498,"url":"https://github.com/zeabur/deno-typescript-template","last_synced_at":"2026-05-07T19:02:31.869Z","repository":{"id":79323962,"uuid":"597777647","full_name":"zeabur/deno-typescript-template","owner":"zeabur","description":"A simple Deno web app using TypeScript deployed on Zeabur.","archived":false,"fork":false,"pushed_at":"2023-02-05T16:36:01.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T09:16:25.673Z","etag":null,"topics":["cicd","cloud","deno","deploy","deployment","javascript","typescript","zeabur"],"latest_commit_sha":null,"homepage":"https://deno-typescript.zeabur.app/","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/zeabur.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}},"created_at":"2023-02-05T16:03:16.000Z","updated_at":"2023-05-06T11:47:57.000Z","dependencies_parsed_at":"2023-03-05T17:30:14.918Z","dependency_job_id":null,"html_url":"https://github.com/zeabur/deno-typescript-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/zeabur/deno-typescript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeabur","download_url":"https://codeload.github.com/zeabur/deno-typescript-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-typescript-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32751758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cicd","cloud","deno","deploy","deployment","javascript","typescript","zeabur"],"created_at":"2024-11-09T14:31:42.605Z","updated_at":"2026-05-07T19:02:31.839Z","avatar_url":"https://github.com/zeabur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-typescript-template\n\n- Use `Deno.env.get(\"PORT\")` in your serving function.\n\n```typescript\nimport { serve } from \"https://deno.land/std@0.140.0/http/server.ts\";\n\nfunction handler(_req: Request): Response {\n  return new Response(\"Hello World!\");\n}\n\nserve(handler, { port: Deno.env.get(\"PORT\") });\n```\n\n- Create a file `deno.json` and add the starting command.\n\n```json\n{\n  \"tasks\": {\n    \"start\": \"deno run --allow-net --allow-env --allow-read main.ts\"\n  }\n}\n\n```\n\n- To run locally, copy `.env.defaults` to a new file `.env`, and modify `.env` by assigning the port that you would like to run your application.\n\n    ```shell\n    cp .env.defaults .env\n    ```\n\n    ```shell\n    # in .env\n    PORT=\u003cyour port\u003e\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeabur%2Fdeno-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeabur%2Fdeno-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeabur%2Fdeno-typescript-template/lists"}