connect-os-stats

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

Usage no npm install needed!

<script type="module">
  import connectOsStats from 'https://cdn.skypack.dev/connect-os-stats';
</script>

README

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