{"id":19044641,"url":"https://github.com/bubao/keyboard-builder-server","last_synced_at":"2026-06-29T00:32:10.975Z","repository":{"id":51508549,"uuid":"207344468","full_name":"bubao/keyboard-builder-server","owner":"bubao","description":"keyboard builder server","archived":false,"fork":false,"pushed_at":"2023-01-08T00:16:09.000Z","size":339,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T00:24:05.674Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bubao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-09T15:40:07.000Z","updated_at":"2021-05-11T17:17:58.000Z","dependencies_parsed_at":"2023-02-08T03:45:52.936Z","dependency_job_id":null,"html_url":"https://github.com/bubao/keyboard-builder-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bubao/keyboard-builder-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fkeyboard-builder-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fkeyboard-builder-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fkeyboard-builder-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fkeyboard-builder-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bubao","download_url":"https://codeload.github.com/bubao/keyboard-builder-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fkeyboard-builder-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34909137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08T22:46:56.346Z","updated_at":"2026-06-29T00:32:10.958Z","avatar_url":"https://github.com/bubao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @Description: README.md\n * @Author: bubao\n * @Date: 2019-09-10 12:05:52\n * @LastEditors: bubao\n * @LastEditTime: 2019-09-10 13:00:42\n --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=200px height=200px src=\"https://i.imgur.com/6wj0hh6.jpg\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003ekeyboard-builder-server\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/bubao/keyboard-builder-server.svg)](https://github.com/bubao/keyboard-builder-server/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/bubao/keyboard-builder-server.svg)](https://github.com/bubao/keyboard-builder-server/pulls)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e Few lines describing your project.\n    \u003cbr\u003e \n\u003c/p\u003e\n\n## 📝 Table of Contents\n\n-   [About](#about)\n-   [Getting Started](#getting_started)\n-   [Deployment](#deployment)\n-   [Usage](#usage)\n-   [Built Using](#built_using)\n-   [TODO](./docs/TODO.md)\n-   [Contributing](../CONTRIBUTING.md)\n-   [Authors](#authors)\n-   [Acknowledgments](#acknowledgement)\n\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nWrite about 1-2 paragraphs describing the purpose of your project.\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\n#### install nvm\n\n```sh\n# use curl to install nvm\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash\n# or wget\nwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash\n```\n\nand make it work\n\n```sh\nsoure ~/.bashrc\n# if you use zsh\nsoure ~/.zshrc\n```\n\n#### install nodejs and npm\n\n```sh\nnvm install node\n```\n\n#### install pm2\n\n```sh\nsudo npm install -g pm2\n```\n\n### Installing\n\n```sh\ngit clone https://github.com/bubao/keyboard-builder-server.git\ncd keyboard-builder-server\nnpm install\npm2 start index.js -n builder-server\n```\n\nif you want to start the server when system is booted.\n\n```sh\npm2 save\npm2 startup\n```\n\n## 🔧 Running the tests \u003ca name = \"tests\"\u003e\u003c/a\u003e\n\nno tests to run.\n\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n## 🚀 Deployment \u003ca name = \"deployment\"\u003e\u003c/a\u003e\n\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n\n-   [Express](https://expressjs.com/) - Server Framework\n-   [NodeJs](https://nodejs.org/en/) - Server Environment\n-   [body-parser](https://nodejs.org/en/) - Node.js Body Parsing Middleware\n\n## ✍️ Authors \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n-   [@bubao](https://github.com/bubao) - Initial work\n\n## 🎉 Acknowledgements \u003ca name = \"acknowledgement\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubao%2Fkeyboard-builder-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbubao%2Fkeyboard-builder-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubao%2Fkeyboard-builder-server/lists"}