We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01da422 commit 397fabcCopy full SHA for 397fabc
README.md
@@ -55,7 +55,8 @@ const ipinfo = await ipinfoWrapper.lookupIp("1.1.1.1");
55
56
<details><summary>Standalone example</summary>
57
58
-1. Create a new file `ipinfo.js`
+1. Create `ipinfo.js` with the following code, then replace `MY_TOKEN` with
59
+[your token](https://ipinfo.io/account/token).
60
61
```typescript
62
const { IPinfoWrapper } = require("node-ipinfo");
0 commit comments