{"id":21031498,"url":"https://github.com/slaveofcode/expressinterceptor","last_synced_at":"2025-07-08T22:03:54.992Z","repository":{"id":92795028,"uuid":"144983404","full_name":"slaveofcode/expressinterceptor","owner":"slaveofcode","description":"Simple expressjs interceptor middleware to grab http information in and out on your express application","archived":false,"fork":false,"pushed_at":"2018-08-23T03:21:17.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T23:29:24.659Z","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/slaveofcode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-16T12:16:15.000Z","updated_at":"2018-08-23T03:21:18.000Z","dependencies_parsed_at":"2023-05-01T07:46:58.316Z","dependency_job_id":null,"html_url":"https://github.com/slaveofcode/expressinterceptor","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"fba8c8eabe1a64165556608a5f771dd28b19ed76"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/slaveofcode/expressinterceptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fexpressinterceptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fexpressinterceptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fexpressinterceptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fexpressinterceptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slaveofcode","download_url":"https://codeload.github.com/slaveofcode/expressinterceptor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fexpressinterceptor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261500666,"owners_count":23168071,"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-19T12:29:01.438Z","updated_at":"2025-07-08T22:03:54.948Z","avatar_url":"https://github.com/slaveofcode.png","language":"JavaScript","readme":"# Express Interceptor\nSimple expressjs interceptor middleware to grab information from outside and to outside of your express application\n\n## Installation\n\nRequire node version `6` or higher\n\n\u003e npm i express-interceptor-middleware\n\n\nThen attach the middleware on your express application middleware.\n\n    if (env !== 'production') {\n      const middleware = require('express-interceptor-middleware')('MyWebsite');\n      app.use(middleware);\n    }\n\nThis setting will point out to express interceptor server which default set to `localhost:1831`. You can also change it if you have a different settings on your server interceptor by passing an optional parameter.\n\n    if (env !== 'production') {\n      const middleware = require('express-interceptor-middleware')('MyWebsite', 'http://localhost:8080');\n      app.use(middleware);\n    }\n\nAnd you're ready to go to view the log data via [express interceptor server](https://github.com/slaveofcode/express-interceptor-server)\n\n## License\n\nMIT License\n\nCopyright 2018 Aditya Kresna Permana\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fexpressinterceptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslaveofcode%2Fexpressinterceptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fexpressinterceptor/lists"}