hackerone-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hackerone-client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A node.js client to interact with the Hackerone api", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,4 +8,13 @@ ![](img/hackerone_node.png) | ||
Setup | ||
``` | ||
npm install hackerone-client --save | ||
``` | ||
Create the client object using your Hackerone API key and key name: | ||
``` | ||
var HackeroneClient = require('hackerone-client'); | ||
const Hackerone = new HackeroneClient(process.env.HACKERONE_API_KEY, | ||
@@ -12,0 +21,0 @@ process.env.HACKERONE_API_KEY_NAME); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24936
63