Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

mongodb-js/favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Working on a server for mongodb? Use this instead of continuing to copy+paste.

Resources

Stars

Watchers

Forks

Packages

No packages published