{"id":18774195,"url":"https://github.com/leny/mitan-eko","last_synced_at":"2025-12-14T06:30:16.405Z","repository":{"id":57298390,"uuid":"53033715","full_name":"leny/mitan-eko","owner":"leny","description":"(really) simple log middleware for express","archived":false,"fork":false,"pushed_at":"2019-10-22T18:48:37.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T12:05:02.535Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leny.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":"2016-03-03T08:23:45.000Z","updated_at":"2019-10-22T18:48:39.000Z","dependencies_parsed_at":"2022-09-06T04:20:26.877Z","dependency_job_id":null,"html_url":"https://github.com/leny/mitan-eko","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/leny%2Fmitan-eko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fmitan-eko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fmitan-eko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fmitan-eko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leny","download_url":"https://codeload.github.com/leny/mitan-eko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680988,"owners_count":19679509,"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-07T19:37:42.797Z","updated_at":"2025-12-14T06:30:16.343Z","avatar_url":"https://github.com/leny.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mitan-eko\n\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\n\u003e (really) simple log middleware for express\n\n* * *\n\n**mitan-eko** is a simple (really, really simple) middleware to log requests in express.\n\n## Installation\n\n`npm install --save mitan-eko`\n\n## Documentation\n\n**mitan-eko** is a middleware for express. It is written in ES2015, and you can use like this :\n\n```javascript\n\nimport express from \"express\";\nimport mitanEko from \"mitan-eko\";\n\nlet app = express();\n\n// (...) configure express\n\napp.use( mitanEko( \"my super app\" ) );\n\napp.listen( 8080 );\n\n```\n\nAll the requests passing by the middleware will be logged with [zouti.log](https://www.npmjs.com/package/zouti#zoutilog-message-context-type-), and the optional parameters given to the middleware is the `context` passed to `zouti.log`.\n\n## Contributing\n\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Lint your code using eslint.\n\n## Release History\n\n0.1.0: initial release (03/03/2016)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleny%2Fmitan-eko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleny%2Fmitan-eko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleny%2Fmitan-eko/lists"}