0.0.4 • Published 5 years ago

threatcrowd-api v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago