{"id":16528417,"url":"https://github.com/danvk/crosswalk-demo","last_synced_at":"2025-04-10T05:25:48.345Z","repository":{"id":66069010,"uuid":"313744007","full_name":"danvk/crosswalk-demo","owner":"danvk","description":"Demo of typed-router","archived":false,"fork":false,"pushed_at":"2020-11-20T00:18:57.000Z","size":26,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T06:51:30.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/danvk.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":"2020-11-17T21:10:52.000Z","updated_at":"2023-03-29T21:49:07.000Z","dependencies_parsed_at":"2023-03-24T12:35:09.245Z","dependency_job_id":null,"html_url":"https://github.com/danvk/crosswalk-demo","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/danvk%2Fcrosswalk-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fcrosswalk-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fcrosswalk-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fcrosswalk-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danvk","download_url":"https://codeload.github.com/danvk/crosswalk-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248162049,"owners_count":21057696,"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":[],"created_at":"2024-10-11T17:40:20.197Z","updated_at":"2025-04-10T05:25:48.323Z","avatar_url":"https://github.com/danvk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crosswalk Demo App\n\nDemo of [crosswalk][1], a safe router for Express and TypeScript.\n\nQuickstart:\n\n    yarn\n    yarn start\n\nThen visit \u003chttp://localhost:4567/docs\u003e to explore the API or try it on the\ncommand line (here using [httpie][]):\n\n    $ http :4567/movies/123/actors/han\n    HTTP/1.1 200 OK\n    Connection: keep-alive\n    Content-Length: 65\n    Content-Type: application/json; charset=utf-8\n    Date: Thu, 19 Nov 2020 16:44:18 GMT\n    ETag: W/\"41-27LESK4eOxlXCMeD4wL3U9YXzFk\"\n    X-Powered-By: Express\n\n    {\n        \"dateOfBirthISO\": \"1942-07-13\",\n        \"id\": \"han\",\n        \"name\": \"Harrison Ford\"\n    }\n\nHere's an example of the friendly request validation errors from [ajv][]:\n\n    $ http POST :4567/movies title='Star Wars V'\n    HTTP/1.1 400 Bad Request\n    Connection: keep-alive\n    Content-Length: 889\n    Content-Type: application/json; charset=utf-8\n    Date: Thu, 19 Nov 2020 16:44:58 GMT\n    ETag: W/\"379-u6+f/W35+QCSArGJiO652ts109g\"\n    X-Powered-By: Express\n\n    {\n        \"error\": \"data should have required property 'castActorIds',\n        data should have required property 'plotSummary',\n        data should have required property 'revenueUsd',\n        data should have required property 'year'\",\n        ...\n    }\n\n[1]: https://github.com/danvk/crosswalk\n[httpie]: https://httpie.io/\n[ajv]: https://ajv.js.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvk%2Fcrosswalk-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanvk%2Fcrosswalk-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvk%2Fcrosswalk-demo/lists"}