Skip to content

Node middleware to set an x-made-with header to <3, or any custom ingredient you choose!

License

Notifications You must be signed in to change notification settings

druttka/made-with-love-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made-with-love-node

Node middleware to set an x-made-with header to <3, or any custom ingredient you choose!

Why?

All the designers are putting it in their footers

Made with <3

Those of us working on the backing APIs and services that power the web are left with no good way to let our consumers know that we care too!

Until now!

Express Usage

var madeWithLove = require('made-with-love');
app.use(madeWithLove.middleware());

Or if you don't want to use the default <3 ingredient,

var madeWithLove = require('made-with-love');
app.use(madeWithLove.middleware( { ingredient: 'love' }));

About

Node middleware to set an x-made-with header to <3, or any custom ingredient you choose!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published