threatcrowd-api

0.0.4 • Public • Published

ThreatCrowd API

API layer for threatcrowd.com.

got for requests, async/await support required.

Install

npm i threatcrowd-api

Usage

const {
    getDomain,
    getFile,
    getEmail,
    getAntivirus,
    getIP 
= require("threatcrowd-api");
// ...
const result = await getDomain("google.com");
// and so on.

Author

Vladimir Metnew vladimirmetnew@gmail.com

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i threatcrowd-api

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

1.49 kB

Total Files

3

Last publish

Collaborators

  • metnew