{"id":17681492,"url":"https://github.com/epoch/jsonapi-request-logger","last_synced_at":"2025-07-30T17:06:32.714Z","repository":{"id":57285626,"uuid":"386266743","full_name":"epoch/jsonapi-request-logger","owner":"epoch","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-15T11:49:43.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T05:34:15.900Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epoch.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":"2021-07-15T11:35:26.000Z","updated_at":"2021-07-15T11:49:46.000Z","dependencies_parsed_at":"2022-09-07T22:01:49.912Z","dependency_job_id":null,"html_url":"https://github.com/epoch/jsonapi-request-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epoch/jsonapi-request-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epoch%2Fjsonapi-request-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epoch%2Fjsonapi-request-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epoch%2Fjsonapi-request-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epoch%2Fjsonapi-request-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epoch","download_url":"https://codeload.github.com/epoch/jsonapi-request-logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epoch%2Fjsonapi-request-logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267906131,"owners_count":24164038,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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-10-24T09:11:15.386Z","updated_at":"2025-07-30T17:06:32.675Z","avatar_url":"https://github.com/epoch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON API request logger\n\nDevelopment HTTP request logger middleware for express.js JSON APIs\n\n## Installation\n\n```sh\n$ npm install jsonapi-request-logger\n```\n\n## Quick start\n\n```js\nconst express = require('express')\nconst requestLogger = require('jsonapi-request-logger')\nconst app = express()\n\napp.use(requestLogger)\napp.get('/', (req, res) =\u003e {\n  res.send('hello world')\n})\n\napp.listen(3000)\n```\n\n## Liscense\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepoch%2Fjsonapi-request-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepoch%2Fjsonapi-request-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepoch%2Fjsonapi-request-logger/lists"}