connect-os-stats

0.1.0 • Public • Published

connect-os-stats

Simply putting the status from node os into json and returning them to request.

build status

 
npm install connect-os-stats
 

Express example

var app = require('express')();
 
var stats = require('./index');
 
app.get('/stats', stats());
 
app.listen(3010);
 

This module does not have to be used with connect or express. It supports method definition (req, res); as long as res supports.

setHeader / write / end

Package Sidebar

Install

npm i connect-os-stats

Weekly Downloads

1

Version

0.1.0

License

MIT License

Last publish

Collaborators

  • mhernandez