{"id":16247230,"url":"https://github.com/dotnetcarpenter/capgemini","last_synced_at":"2026-01-21T03:08:53.009Z","repository":{"id":66935899,"uuid":"458666923","full_name":"dotnetCarpenter/capgemini","owner":"dotnetCarpenter","description":"Capgemini job test","archived":false,"fork":false,"pushed_at":"2024-04-24T21:24:45.000Z","size":1371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T11:49:36.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/dotnetCarpenter.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}},"created_at":"2022-02-12T23:49:36.000Z","updated_at":"2024-04-24T21:24:48.000Z","dependencies_parsed_at":"2023-05-14T22:00:37.003Z","dependency_job_id":null,"html_url":"https://github.com/dotnetCarpenter/capgemini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotnetCarpenter/capgemini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetCarpenter%2Fcapgemini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetCarpenter%2Fcapgemini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetCarpenter%2Fcapgemini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetCarpenter%2Fcapgemini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnetCarpenter","download_url":"https://codeload.github.com/dotnetCarpenter/capgemini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnetCarpenter%2Fcapgemini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"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":[],"created_at":"2024-10-10T14:36:24.417Z","updated_at":"2026-01-21T03:08:52.988Z","avatar_url":"https://github.com/dotnetCarpenter.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capgemini\n\n1. [Vanilla js solution](https://dotnetcarpenter.github.io/capgemini/vanilla/)\n1. [React solution](https://dotnetcarpenter.github.io/capgemini/react/)\n1. [Sanctuary solution](https://dotnetcarpenter.github.io/capgemini/sanctuary/)\n\n\n## Development\n\n1. `cd [solution name]`\n2. `npm i`\n3. `npm run dev`\n\n\n## Endpoint API\n\nDokumentasjon: https://nvdbapiles-v3.atlas.vegvesen.no/dokumentasjon/\n\nEksempel klient: https://github.com/nvdb-vegdata/nvdb-api-client\n\nWhen using the provided URI\n`https://nvdbapiles-v3.atlas.vegvesen.no/vegobjekter/103?kartutsnitt=270153.519,7040213.023,270332.114,7040444.864\u0026kommune=5001\u0026segmentering=true\u0026inkluder=metadata`\n, we get back 4 speed bump objects.\nThe [API] supports pagination with the query parameter `antall` but it\nappears that our dataset only contains 4 records so the parameter makes\nno difference.\n\nThe result looks a kind to this:\n\n```json\n{\n\t\"objekter\": [{...},{...},{...},{...}],\n\t\"metadata\": {\n\t\t\"antall\": 4,\n\t\t\"returnert\": 4,\n\t\t\"sidestørrelse\": 800,\n\t\t\"neste\": {\n\t\t\t\"start\": \"y24ZxsYwSnFtMRE5xh...\",\n\t\t\t\"href\": \"https://nvdbapiles-v3...start=y24ZxsYwSnFtMRE5xh...\"\n\t\t}\n\t}\n}\n```\n\nSetting `antall=20` will return the same but with `\"sidestørrelse\": 20,`.\nIf we follow the link to the next page, we will get an empty result set:\n\n```json\n{\n  \"objekter\": [],\n  \"metadata\": {\n    \"antall\": 4,\n    \"returnert\": 0,\n    \"sidestørrelse\": 800,\n\t\t\"neste\": {\n\t\t\t\"start\": \"y24ZxsYwSnFtMRE5xh...\",\n\t\t\t\"href\": \"https://nvdbapiles-v3...start=y24ZxsYwSnFtMRE5xh...\"\n\t\t}\n  }\n}\n```\n\nSee `get_data.sh` for a quick comparison of request and result.\n\n## doT\n\n[doT]'s documentation is very scarce. The best examples I have found is https://github.com/olado/doT/blob/master/examples/advancedsnippet.txt.\n\n## animated-tailwindcss\n\nThere seem to be a bug in the animations where they do not start at the center of the page, as expected.\nI suspect there is a difference in how the same animation is defined in [animated-tailwindcss] vs\n[animate.css].\n\n\n[doT]: https://github.com/olado/doT\n[API]: https://nvdbapiles-v3.atlas.vegvesen.no/dokumentasjon/\n[animated-tailwindcss]: https://github.com/ikcb/animated-tailwindcss\n[animate.css]: https://github.com/animate-css/animate.css\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetcarpenter%2Fcapgemini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnetcarpenter%2Fcapgemini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetcarpenter%2Fcapgemini/lists"}