{"id":20820856,"url":"https://github.com/webdad/botd-server","last_synced_at":"2026-04-15T12:32:10.661Z","repository":{"id":152505290,"uuid":"117108126","full_name":"WebDaD/botd-server","owner":"WebDaD","description":"Simple CRUD Webservice, will hold the Database-Files and make them visible through HTTP-GET-Endpoints","archived":false,"fork":false,"pushed_at":"2018-01-11T14:04:15.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T01:28:29.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebDaD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-01-11T14:03:33.000Z","updated_at":"2018-01-11T14:04:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"4605b938-7b8e-47d6-a4a7-ba01c749b7ad","html_url":"https://github.com/WebDaD/botd-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WebDaD/botd-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDaD%2Fbotd-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDaD%2Fbotd-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDaD%2Fbotd-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDaD%2Fbotd-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebDaD","download_url":"https://codeload.github.com/WebDaD/botd-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDaD%2Fbotd-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: 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-11-17T22:10:31.581Z","updated_at":"2026-04-15T12:32:10.615Z","avatar_url":"https://github.com/WebDaD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOTD - node.js API Server\n\nSimple CRUD Webservice, will hold the Database-Files and make them visible through HTTP-GET-Endpoints\n\n## Installation\n\nClone the Repo, run npm install and use node app.js:\n\n1. `git clone https://github.com/WebDaD/botd-server.git`\n2. `cd botd-server`\n3. `npm install`\n4. `node app.js`\n\n(We recommend using a process manager like pm2)\n\n## Database\n\nSimple JSON Files, read in on start from a source, hold in memory for faster reading.\n\n### All Blessings\n\n#### Example\n\n```json\n\n```\nTODO ADD\n#### Schema\n\n```json\n\n```\nTODO ADD\n\n## Yearly Calendar\n\n#### Example\n\n```json\n\n```\nTODO ADD\n#### Schema\n\n```json\n\n```\nTODO ADD\n\n## API\n\nSee also docs/api.raml or docs/api.html\n\n* GET / \u003c- return list of endpoints\n TODO add info\n\n## Developer Info\n\nHere are some Infos for Developer\n\n### Tests\n\nThe Tests are written using the assert-class and can be found in the tests-folder\n\nYou may use your favorite Test-Runner to do them yourself.\n\nMy Commandline is as follows:\n\n`istanbul cover _mocha -- tests/*.js -R mochawesome`\n\n#### Results\n\nCoverage: docs/coverage/lcov-report/index.html\nMochawesome-Report: docs/mochawesome-report/index.html\n\n### Libs\n\nClassDiagram:\n\n![The class diagram](https://github.com/WebDaD/botd-server/raw/master/docs/classes.png \"The class Diagram\")\n\nCan be found in docs/classes.png\n\nAlso as editable plantUML-File.\n\nSequenceDiagram:\n\n![The sequence diagram](https://github.com/WebDaD/botd-server/raw/master/docs/sequence.png \"The sequence Diagram\")\n\nCan be found in docs/sequence.png\n\nAlso as editable plantUML-File.\n\n__JSDOC__ in Files. See also HTML Version @ docs/jsdoc/index.html\n\n### Dependencies\n\n* [express](https://www.npmjs.com/package/express)\n\n\n## Authors\n\n* Dominik Sigmund \u003cdominik.sigmund@webdad.eu\u003e\n\n## License\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to \u003chttp://unlicense.org/\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdad%2Fbotd-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdad%2Fbotd-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdad%2Fbotd-server/lists"}