Skip to content

Commit

Permalink
fix: typo and links
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdatacloud-api committed Feb 7, 2023
1 parent 24b4976 commit ccd0f03
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,21 @@ The below example is found in the included demo.js.
"securityThreat": "unknown",
"hazardReport": {
"isKnownAsTorServer": false,
"isKnownAsVpn": false,
"isKnownAsProxy": false,
"isSpamhausDrop": false,
"isSpamhausEdrop": false,
"isSpamhausAsnDrop": false,
"isBlacklistedUceprotect": false,
"isBlacklistedBlocklistDe": false,
"isKnownAsMailServer": false,
"isKnownAsPublicRouter": false,
"isBogon": false,
"isUnreachable": false
"isUnreachable": false,
"hostingLikelihood": 0,
"isHostingAsn": false,
"isCellular": false,
"iCloudPrivateRelay": false
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion demo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const client = require('./index')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.net/customer/account
const client = require('./index')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.com/account

/*
* All api endpoints can be accessed via magic methods in the following camelised format:
Expand Down
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigdatacloudapi/client",
"version": "1.1.1",
"description": "A NodeJS client for BigDataCloud API connectivity (https://www.bigdatacloud.net)",
"version": "1.1.3",
"description": "A NodeJS client for BigDataCloud API connectivity (https://www.bigdatacloud.com)",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit ccd0f03

Please sign in to comment.