UNPKG

@tndev/project-honeypot

Version:

Node.js implementation of the Project Honeypot (Http:BL) API.

9 lines (7 loc) 180 B
async function main () { const Honeypod = require('../index') var pot = new Honeypod('api_key') var response = await pot.query('127.1.1.5') console.dir(response) } main()