{"id":13736942,"url":"https://github.com/maman/deno-playground","last_synced_at":"2025-10-31T12:30:24.150Z","repository":{"id":53598497,"uuid":"264606353","full_name":"maman/deno-playground","owner":"maman","description":"play.golang.org, but built in deno, and for deno.","archived":false,"fork":false,"pushed_at":"2021-03-22T07:02:37.000Z","size":1980,"stargazers_count":59,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T05:32:02.832Z","etag":null,"topics":["deno","playground"],"latest_commit_sha":null,"homepage":"https://deno-playground.mahardi.me","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/maman.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}},"created_at":"2020-05-17T07:22:22.000Z","updated_at":"2022-10-19T08:42:16.000Z","dependencies_parsed_at":"2022-08-31T21:01:00.201Z","dependency_job_id":null,"html_url":"https://github.com/maman/deno-playground","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/maman%2Fdeno-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maman%2Fdeno-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maman%2Fdeno-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maman%2Fdeno-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maman","download_url":"https://codeload.github.com/maman/deno-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239195487,"owners_count":19598036,"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","playground"],"created_at":"2024-08-03T03:01:32.114Z","updated_at":"2025-10-31T12:30:23.970Z","avatar_url":"https://github.com/maman.png","language":"TypeScript","funding_links":[],"categories":["基础设施","Docs"],"sub_categories":["在线沙箱","Online Playgrounds"],"readme":"## Deno Playground 🦕\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"1216\" alt=\"image\" src=\"https://user-images.githubusercontent.com/491458/82177260-1ab14c00-9903-11ea-8119-8dfe2764a7c9.png\"\u003e\u003c/p\u003e\n\nDeno playground scratchpad, inspired by golang's play.golang.org\n\nBe aware that this will run unprevilleged code on your servers. For safety\nreasons, I'm adding a time-based execution limit (default is 3s, but can be\noverridden by setting `SCRIPT_EXECUTION_TIMEOUT` envvars).\n\n## Available API routes\n\nAll results are in text format. HTTP response status indicates whether the\nrequest is completed successfully or not.\n\nas always, 200 means OK - 500 means there's error somewhere in your code.\n\n### POST /api/eval\n\nInterpret deno source code, and get result back. To use unstable features, pass\n`unstable=1` queryparams to the URL. To interpret as typescript, pass\n`typescript=1` queryparams to the URL.\n\n```\ncurl -X POST \\\n'http://localhost:3000/api/eval' \\\n-H 'Content-Type: application/javascript' \\\n--data-raw 'console.log(Deno)'\n```\n\n### POST /api/fmt\n\nFormat deno source code, and get formatted result back.\n\n```\ncurl -X POST \\\n'http://localhost:3000/api/fmt' \\\n-H 'Content-Type: application/javascript' \\\n--data-raw 'console.log(Deno)'\n```\n\n## Run in development mode\n\n```bash\n$ npx vercel dev\n```\n\n## Deploy to vercel\n\n```\n$ npx vercel\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaman%2Fdeno-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaman%2Fdeno-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaman%2Fdeno-playground/lists"}