blackout

0.1.0 • Public • Published

blackout express middleware

npm install blackout

var express = require('express');
var blackout = require('blackout');
 
var app = express.createServer();
 
//
// usage:
// blackout(message, style)
//
app.use(blackout());
 
app.listen(8080, 'localhost');

public domain

Readme

Keywords

none

Package Sidebar

Install

npm i blackout

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • stagas