threatcrowd-api
v0.0.4
Published
ThreadCrowd.com API for JS
Readme
ThreatCrowd API
API layer for threatcrowd.com.
gotfor requests,async/awaitsupport required.
Install
npm i threatcrowd-apiUsage
const {
getDomain,
getFile,
getEmail,
getAntivirus,
getIP
} = require("threatcrowd-api");
// ...
const result = await getDomain("google.com");
// and so on.Author
Vladimir Metnew [email protected]
License
MIT
