node-project-info
v1.0.1
Published
All data fetched from /node-info. Click refresh to re-fetch.
Readme
Node Project Info
node-project-info is a simple Node.js middleware that exposes project, Node, process, and system information via a JSON endpoint. Useful for dashboards, monitoring, and development tools.
Installation
npm install node-project-info
Import node-project-info middleware
const nodeInfo = require('node-project-info');
Mount on /info route
app.use("/info", nodeInfo());
