{"id":22218566,"url":"https://github.com/megahertz/log-s-desktop","last_synced_at":"2025-03-25T07:22:52.451Z","repository":{"id":66074178,"uuid":"83495390","full_name":"megahertz/log-s-desktop","owner":"megahertz","description":"GUI for Node server which collects logs from different clients","archived":false,"fork":false,"pushed_at":"2017-03-01T01:35:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T19:55:25.428Z","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/megahertz.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-03-01T01:01:48.000Z","updated_at":"2017-03-01T01:02:26.000Z","dependencies_parsed_at":"2023-02-20T19:00:55.625Z","dependency_job_id":null,"html_url":"https://github.com/megahertz/log-s-desktop","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/megahertz%2Flog-s-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Flog-s-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Flog-s-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Flog-s-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megahertz","download_url":"https://codeload.github.com/megahertz/log-s-desktop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245415609,"owners_count":20611577,"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-12-02T22:27:09.433Z","updated_at":"2025-03-25T07:22:52.425Z","avatar_url":"https://github.com/megahertz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# log-s-desktop\n\n## This package is still in active development\n\nSometimes you can't use a debugger. In this case it's possible to write\nsome data to log, but log file becomes too hard for reading. This server\ncollects a such logs and displays it similar to Chrome Dev Tools.\n\nIt's a Desktop version of log-s server.\n\n## Requirements\n\nNode \u003e= 7\n\n## Installation\n\nInstall with [npm](https://npmjs.org/package/log-s):\n\n    npm install -g log-s-desktop\n\n## Usage\n\n```sh\n$ log-s-desktop\n```\n\nTo add logs to the server you can send POST request in the following\nformat:\n\n```sh\n$ curl -H \"Content-Type: application/json\" -X POST\\\n-d '{\"client\":{\"name\":\"Test\"},\"data\":[\"Test log\"]}'\\\nhttp://localhost:8085/log\n```\n\nor using fetch API:\n\n```js\nfetch('http://localhost:8085/log', {\n  body: JSON.stringify(data),\n  headers: { 'Content-Type': 'application/json' },\n  method: 'POST'\n});\n```\n\n## License\n\nLicensed under MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Flog-s-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegahertz%2Flog-s-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Flog-s-desktop/lists"}