{"id":17093924,"url":"https://github.com/saphalpdyl/express-insight","last_synced_at":"2026-05-02T18:32:42.179Z","repository":{"id":256676089,"uuid":"856097984","full_name":"saphalpdyl/Express-Insight","owner":"saphalpdyl","description":"A logging framework/express middleware that makes debugging easy","archived":false,"fork":false,"pushed_at":"2024-11-05T22:19:31.000Z","size":176,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T22:48:55.027Z","etag":null,"topics":["express","expressjs","javascript","logging","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/express-insight","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/saphalpdyl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T01:39:21.000Z","updated_at":"2024-11-05T22:19:34.000Z","dependencies_parsed_at":"2025-01-28T22:49:01.531Z","dependency_job_id":"b170c38b-212e-4bca-a722-cd5cf0179849","html_url":"https://github.com/saphalpdyl/Express-Insight","commit_stats":null,"previous_names":["saphalpdyl/express-insight"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saphalpdyl%2FExpress-Insight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saphalpdyl%2FExpress-Insight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saphalpdyl%2FExpress-Insight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saphalpdyl%2FExpress-Insight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saphalpdyl","download_url":"https://codeload.github.com/saphalpdyl/Express-Insight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136348,"owners_count":20566586,"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":["express","expressjs","javascript","logging","nodejs"],"created_at":"2024-10-14T14:09:46.526Z","updated_at":"2025-10-07T13:28:10.134Z","avatar_url":"https://github.com/saphalpdyl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express Insight\n\n## Overview\nExpress Insight is a logging middleware for Express.js applications. This project aims to provide detailed insights into incoming requests and outgoing responses in an Express application, helping developers better understand and debug their web applications\n\n[![Tech Stack](https://skillicons.dev/icons?i=typescript,vitest,rollup,sqlite)]()\n\n## Usage\nHere's a basic implementation of the core plugin with the error plugin\n\n```javascript\nimport express from 'express';\nimport ExpressInsight from 'express-insight';\n\nconst app = express();\n\nconst expInsight = ExpressInsight.setupExpressInsight(app, {\n  projectName: \"Local Project\",\n  error: {\n    enable: true,\n  },\n});\n\napp.get('/', (req, res) =\u003e {\n  res.send('Hello, World!');\n});\n\nexpInsight.setupErrorPlugin();\napp.listen(3000);\n```\n\n## Screenshots\n![image](https://github.com/user-attachments/assets/26295ba0-dfeb-4ba8-8d5d-5dc440aee23c)\n\n\n\n## Contribution\nThis is a personal project for learning purposes, but I'm open to suggestions and feedback. Feel free to open an issue if you have ideas on how I can improve this project or my coding practices.\n\n## License\nThis project is open source and available under the [MIT License](LICENSE).\n\n---\n\nCreated with 💓 by Saphal Poudyal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaphalpdyl%2Fexpress-insight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaphalpdyl%2Fexpress-insight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaphalpdyl%2Fexpress-insight/lists"}