honeypot
Node.js implementation of the Project Honeypot (Http:BL) API. Because we all hate spam.
- Utilizes Http:BL from known and loved https://www.projecthoneypot.org/
- Uses built-in node dns.resolve4 to get response from the DNS API
- No Unicorns were harmed during development
Installation
npm install honeypot
Usage
var honeypot = ; var pot = 'your_api_key'; pot;
Example within Express
var honeypot = ; var pot = 'your_api_key'; // example route for POST /comment/ { pot;}
Kudos
Based on this sweet PHP gist https://gist.github.com/smithweb/7773373.
License
MIT
Free Software, Hell Yeah!