mongodb-favicon
v0.0.1
Published
somewhere to just have one copy of this...
Maintainers
Keywords
Readme
mongodb-favicon
Usage
var pathToFavIcon = require('mongodb-favicon');
console.log(pathToFavIcon);Express
npm install express;var express = require('express');
var app = express();
app.use(require('mongodb-favicon/express'));
// Stuff that actually matters...