{"id":18689023,"url":"https://github.com/nicklasfrahm/indesy-server","last_synced_at":"2025-11-08T04:30:35.029Z","repository":{"id":104708341,"uuid":"106265257","full_name":"nicklasfrahm/indesy-server","owner":"nicklasfrahm","description":"The server for an indoor delivery system.","archived":false,"fork":false,"pushed_at":"2017-12-05T11:01:32.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T01:29:23.890Z","etag":null,"topics":["delivery","indesy","indoor","server","system"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicklasfrahm.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":"2017-10-09T09:45:17.000Z","updated_at":"2021-11-14T06:06:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f128ebc-c29f-4f6b-bcc8-e1acfc4201ac","html_url":"https://github.com/nicklasfrahm/indesy-server","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/nicklasfrahm%2Findesy-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklasfrahm%2Findesy-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklasfrahm%2Findesy-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklasfrahm%2Findesy-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicklasfrahm","download_url":"https://codeload.github.com/nicklasfrahm/indesy-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239549494,"owners_count":19657534,"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":["delivery","indesy","indoor","server","system"],"created_at":"2024-11-07T10:39:43.666Z","updated_at":"2025-11-08T04:30:34.987Z","avatar_url":"https://github.com/nicklasfrahm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INDESY - Indoor delivery system\n[![CircleCI](https://img.shields.io/circleci/project/nicklasfrahm/indesy-server/master.svg?style=flat-square\u0026label=master)](https://circleci.com/gh/nicklasfrahm/indesy-server)\n[![David](https://img.shields.io/david/nicklasfrahm/indesy-server.svg?style=flat-square)](https://david-dm.org/)\n\n## Description\nThe server for an indoor delivery system. The server will be used to manage mapping data and to control the indoor delivery system.\n\n## Installation\nCreate a .env-file and put in the following:\n\n```ini\nGITHUB_HOOK_SECRET=test\nPORT=8000\n```\n\n**Note:** The `GITHUB_HOOK_SECRET` is only needed for the production server. Contact the maintainer, if you want to make deployments.\n\nBe sure to have at least the latest LTS of node installed. Then open a terminal and run:\n```shell\nnpm install\nnpm start\n```\n\n## Models\nEvery model will additionally have a UUID, which will not be listed in the definition as it is common across all models.\n\n### Chunk\nThis model describes a part of the map.\n```\n{\n  x: Number,\n  y: Number,\n  occupied: Number,\n  scanned: Number,\n  reference: UUID\n}\n```\n\n### Map\nThe latitude and the longitude fix the according chunks in space. The robot is initially calibrated to north and can derive its position from the movement.\n```\n{\n  name: String,\n  latitude: Number,\n  longitude: Number\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklasfrahm%2Findesy-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicklasfrahm%2Findesy-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklasfrahm%2Findesy-server/lists"}