{"id":21811504,"url":"https://github.com/dnbard/node-external-logger","last_synced_at":"2025-03-21T09:15:17.041Z","repository":{"id":21840936,"uuid":"25164051","full_name":"dnbard/node-external-logger","owner":"dnbard","description":"Web Logger with AJAX transport","archived":false,"fork":false,"pushed_at":"2014-10-14T11:45:52.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T05:41:20.514Z","etag":null,"topics":[],"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/dnbard.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}},"created_at":"2014-10-13T15:17:22.000Z","updated_at":"2014-10-14T11:33:28.000Z","dependencies_parsed_at":"2022-08-19T23:01:29.559Z","dependency_job_id":null,"html_url":"https://github.com/dnbard/node-external-logger","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/dnbard%2Fnode-external-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Fnode-external-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Fnode-external-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnbard%2Fnode-external-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnbard","download_url":"https://codeload.github.com/dnbard/node-external-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244767798,"owners_count":20507110,"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-11-27T13:45:13.028Z","updated_at":"2025-03-21T09:15:17.021Z","avatar_url":"https://github.com/dnbard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Node External Logger\n====================\n\nSimple web logger with AJAX transport powered by NodeJS.\n\nInstall\n-------\n\n```bash\ngit clone https://github.com/dnbard/node-external-logger.git\ncd ./node-external-logger\n```\n\nRun\n---\n\nRun Logger on default(3000) port:\n```bash\nnode index.js\n```\n\nRun Logger on custom port:\n```bash\nPORT=XXXX node index.js\n```\n\nReport\n------\n\nJust make POST request to `http://localhost:3000/log` with log message in the request body:\nRequest:\n```\nPOST http://localhost:3000/log\nBODY Log Message\n```\nResult in Logger terminal:\n```\n14:42:18 Log Message\n```\n\nRequest:\n```\nPOST http://localhost:3000/log/Namespace\nBODY Log Message\n```\nResult in Logger terminal:\n```\n14:42:18 *Namespace* Log Message\n```\n\nRequest:\n```\nPOST http://localhost:3000/error/Namespace\nBODY Log Message\n```\nResult in Logger terminal:\n```\n14:42:18 **Namespace** Log Message\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnbard%2Fnode-external-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnbard%2Fnode-external-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnbard%2Fnode-external-logger/lists"}