Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
```cli
npm i ip-geolocation-api-javascript-sdk
```

## Usage
```js
var IPGeolocationAPI = require('ip-geolocation-api-javascript-sdk');
Expand Down
4 changes: 1 addition & 3 deletions TimezoneParams.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = class TimezoneParams {
var timezone = "";
var ip = "";
var latitude = 1000.0;
var latitude = 1000.0;
var longitude = 1000.0;
}

setTimezone(timezone = "") {
Expand Down Expand Up @@ -36,8 +36,6 @@ module.exports = class TimezoneParams {
getLongitude() {
return this.longitude;
}


}