{"id":13716255,"url":"https://github.com/nickcis/micro-morgan","last_synced_at":"2025-10-11T22:33:59.403Z","repository":{"id":57296458,"uuid":"176853772","full_name":"NickCis/micro-morgan","owner":"NickCis","description":"Morgan http request logger middleware for zeit's micro framework.","archived":false,"fork":false,"pushed_at":"2019-03-21T02:37:02.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T18:50:27.744Z","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/NickCis.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}},"created_at":"2019-03-21T02:24:08.000Z","updated_at":"2019-06-19T00:05:30.000Z","dependencies_parsed_at":"2022-09-07T01:52:43.894Z","dependency_job_id":null,"html_url":"https://github.com/NickCis/micro-morgan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NickCis/micro-morgan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickCis%2Fmicro-morgan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickCis%2Fmicro-morgan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickCis%2Fmicro-morgan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickCis%2Fmicro-morgan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NickCis","download_url":"https://codeload.github.com/NickCis/micro-morgan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickCis%2Fmicro-morgan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009072,"owners_count":26084549,"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-10-11T02:00:06.511Z","response_time":55,"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-08-03T00:01:08.646Z","updated_at":"2025-10-11T22:33:59.375Z","avatar_url":"https://github.com/NickCis.png","language":"JavaScript","funding_links":[],"categories":["Modules"],"sub_categories":["Loggers, Errors \u0026 Reporting"],"readme":"# micro-morgan\n\n\u003e [Morgan](https://github.com/expressjs/morgan) HTTP request logger middleware for Zeit's [Micro](https://github.com/zeit/micro) framework.\n\n## Install\n\n```\n$ npm install --save micro-morgan\n```\n\n## Usage\n\n```js\nconst { send } = require('micro');\nconst morgan = require('micro-morgan');\n\nmodule.exports = morgan('tiny')(async (req, res) =\u003e {\n  send(res, 200, 'Hello from micro')\n});\n```\n\nArguments are passed directly to morgan. For more information about formats, please check [morgan docs](https://github.com/expressjs/morgan)\n\n## License\n\nMIT © [Nicolas Cisco](https://nckweb.com.ar)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickcis%2Fmicro-morgan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickcis%2Fmicro-morgan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickcis%2Fmicro-morgan/lists"}