{"id":15925984,"url":"https://github.com/o-az/shuttle","last_synced_at":"2025-03-24T14:32:34.341Z","repository":{"id":184361423,"uuid":"671748181","full_name":"o-az/shuttle","owner":"o-az","description":"JSON share service - Save and share JSONs","archived":false,"fork":false,"pushed_at":"2023-08-02T01:24:35.000Z","size":99,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T03:54:08.039Z","etag":null,"topics":["json","share"],"latest_commit_sha":null,"homepage":"https://shuttle.deno.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/o-az.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-07-28T03:39:56.000Z","updated_at":"2024-05-08T04:49:31.000Z","dependencies_parsed_at":"2024-10-06T22:21:02.784Z","dependency_job_id":"a8f39271-682b-4e46-bcee-77cd6e31fc3f","html_url":"https://github.com/o-az/shuttle","commit_stats":null,"previous_names":["o-az/shuttle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Fshuttle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Fshuttle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Fshuttle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o-az%2Fshuttle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/o-az","download_url":"https://codeload.github.com/o-az/shuttle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245289748,"owners_count":20591125,"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":["json","share"],"created_at":"2024-10-06T22:20:53.325Z","updated_at":"2025-03-24T14:32:33.992Z","avatar_url":"https://github.com/o-az.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"_❗🚧: This is a playground project at the moment. Don't store anything important here. Any data may be deleted at any time._\n\n# Shuttle 🚀\n\n### JSON share service - Save and share JSONs\n\n### Usage\n\n#### **Markdown render**\n\n_`GET /:id`_ # gets record and renders markdown. Example:\n\n[`https://shuttle.deno.dev/01H6D5KXV3FNDW7CQAABS27W86`](https://shuttle.deno.dev/01H6D5KXV3FNDW7CQAABS27W86)\n\n#### **JSON API**\n\n_`GET /api/:id`_ # gets record. Example:\n\n[`https://shuttle.deno.dev/api/01H6D5KXV3FNDW7CQAABS27W86`](https://shuttle.deno.dev/api/01H6D5KXV3FNDW7CQAABS27W86)\n\n_`POST /api/new`_ # creates new record with JSON body. Example:\n\n```sh\ncurl --request POST \\\n  --url https://shuttle.deno.dev/api/new \\\n  --data '{\"foo\":\"bar\"}'\n# returns new record id\n```\n\n_`POST /api/new/file`_ # creates new record with JSON uploaded as a file. Example:\n\n```sh\ncurl --request POST \\\n  --url https://shuttle.deno.dev/api/new/file \\\n  --form 'file=@/path/to/file.json'\n# returns new record id\n```\n\n_`GET /api/new/:encoded-content`_ # creates new record with base64 encoded content. Example:\n\n[`https://shuttle.deno.dev/api/new/eyJmb28iOiJiYXIifQ==`](https://shuttle.deno.dev/api/new/eyJmb28iOiJiYXIifQ==)\n\n```sh\ncurl --request GET \\\n  --url \"https://shuttle.deno.dev/api/new/$(echo '{\"foo\":\"bar\"}' | base64)\"\n# returns new record id\n```\n\n### Stack\n\n- Language: [TypeScript Deno](https://deno.land)\n- Storage: [libsql](https://libsql.org)\n- Storage Provider: [Turso](https://turso.tech)\n- Web Framework: [Hono](https://hono.dev)\n- Deployment: [Deno Deploy](https://deno.com)\n\n### License\n\n[GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.en.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo-az%2Fshuttle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fo-az%2Fshuttle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo-az%2Fshuttle/lists"}