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 195c609 commit 723a545Copy full SHA for 723a545
ipapi.js
@@ -5,7 +5,7 @@ var https = require('https');
5
6
var API_KEY = '';
7
8
-var headers = {'user-agent': 'ipapi/ipapi-nodejs/0.2'};
+var headers = {'user-agent': 'ipapi/ipapi-nodejs/0.3.0'};
9
10
var fieldList = ['ip', 'city', 'region', 'country', 'postal',
11
'latitude', 'longitude', 'timezone', 'latlong'];
0 commit comments