{"id":16211178,"url":"https://github.com/neogeek/lumberlogs","last_synced_at":"2025-03-19T09:30:38.933Z","repository":{"id":56608975,"uuid":"142215173","full_name":"neogeek/lumberlogs","owner":"neogeek","description":"📝 A simple log aggregation tool.","archived":false,"fork":false,"pushed_at":"2023-10-05T17:48:00.000Z","size":3252,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T17:46:39.613Z","etag":null,"topics":["logger","logging","unity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/neogeek.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,"publiccode":null,"codemeta":null}},"created_at":"2018-07-24T21:33:51.000Z","updated_at":"2022-05-07T13:14:14.000Z","dependencies_parsed_at":"2024-10-27T20:28:06.504Z","dependency_job_id":"171a6dea-34c7-44b8-a730-3115154494df","html_url":"https://github.com/neogeek/lumberlogs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neogeek%2Flumberlogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neogeek%2Flumberlogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neogeek%2Flumberlogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neogeek%2Flumberlogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neogeek","download_url":"https://codeload.github.com/neogeek/lumberlogs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243981276,"owners_count":20378549,"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":["logger","logging","unity"],"created_at":"2024-10-10T10:45:59.326Z","updated_at":"2025-03-19T09:30:38.491Z","avatar_url":"https://github.com/neogeek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LumberLogs\n\n\u003e 📝 A simple log aggregation tool.\n\n[![](https://img.shields.io/badge/Trello-Board-blue.svg)](https://trello.com/b/BIqhJuLP/lumberlogs)\n\n\u003cimg src=\"screenshot.png\" width=\"800\"\u003e\n\n## Install\n\nDownload the latest from \u003chttps://github.com/neogeek/lumberlogs/releases\u003e\n\n## Usage\n\n### Bash\n\n```bash\n$ curl -H \"content-type:text/plain\" -d \"Hello, world.\" http://localhost:1234/log\n```\n\n```bash\n$ curl -H \"content-type:application/json\" -d \"{\\\"message\\\":\\\"Hello, world.\\\"}\" http://localhost:1234/log\n```\n\n### JavaScript\n\n```javascript\nfetch('http://localhost:1234/log', {\n    method: 'POST',\n    body: 'Hello, world.'\n});\n```\n\n```javascript\nfetch('http://localhost:1234/log', {\n    method: 'POST',\n    body: JSON.stringify({ message: 'Hello, world.' }),\n    headers: {\n        'Content-Type': 'application/json'\n    }\n});\n```\n\n### Unity\n\nInstall package via UPM \u003chttps://gist.github.com/46e7896edaf8a59089b19fb07577555f.git\u003e\n\n## Build\n\nInstall required packages via node.\n\n```bash\n$ npm install\n```\n\nTest the application.\n\n```bash\n$ npm start\n```\n\nBuild the application.\n\n```bash\n$ npm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneogeek%2Flumberlogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneogeek%2Flumberlogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneogeek%2Flumberlogs/lists"}