Skip to content

Analitycy-host/abuseipdb-node-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbuseIPDB client for Node.js

Currently only checkip function is implemented

Usage:

import AbuseIPDBClient from "abuseipdb-node-client"

const abuseCheck = new AbuseIPDBClient({
    key: "Your key"
})

abuseCheck.checkIP("1.1.1.1").then(resp => {
    console.log(resp)
})

About

AbuseIPDB client for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published