@apiverve/timezonelookup 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -20
  2. package/package.json +31 -31
package/README.md CHANGED
@@ -67,26 +67,26 @@ api.execute(query, function (error, data) {
67
67
  ###### Example Response
68
68
 
69
69
  ```
70
- {
71
- "status": "ok",
72
- "error": null,
73
- "data": {
74
- "timezone": "Africa/Harare",
75
- "timezone_offset": 120,
76
- "date": "2024-09-01",
77
- "time": "11:38",
78
- "time24": "11:38:49",
79
- "time12": "11:38:49 AM",
80
- "day": "Sunday",
81
- "month": "September",
82
- "year": "2024",
83
- "unix": "1725183529",
84
- "dst": false,
85
- "dst_start": "2024-09-01 11:38:49",
86
- "dst_end": "2024-09-01 11:38:49",
87
- "dst_name": "CAT"
88
- },
89
- "code": 200
70
+ {
71
+ "status": "ok",
72
+ "error": null,
73
+ "data": {
74
+ "timezone": "Africa/Harare",
75
+ "timezone_offset": 120,
76
+ "date": "2024-09-01",
77
+ "time": "11:38",
78
+ "time24": "11:38:49",
79
+ "time12": "11:38:49 AM",
80
+ "day": "Sunday",
81
+ "month": "September",
82
+ "year": "2024",
83
+ "unix": "1725183529",
84
+ "dst": false,
85
+ "dst_start": "2024-09-01 11:38:49",
86
+ "dst_end": "2024-09-01 11:38:49",
87
+ "dst_name": "CAT"
88
+ },
89
+ "code": 200
90
90
  }
91
91
  ```
92
92
 
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@apiverve/timezonelookup",
3
- "version": "1.1.5",
4
- "description": "Timezone Lookup is a simple tool for looking up timezone data. It returns the timezone name, offset, and more.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "mocha"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/apiverve/timezonelookup-API.git"
12
- },
13
- "keywords": [
14
- "timezone lookup","timezone lookup api","timezone lookup tool","timezone lookup software","timezone lookup service"
15
- ],
16
- "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
- "license": "MIT",
18
- "bugs": {
19
- "url": "https://github.com/apiverve/timezonelookup-API/issues"
20
- },
21
- "homepage": "https://apiverve.com/marketplace/api/timezonelookup?utm_source=npm",
22
- "devDependencies": {
23
- "mocha": "^10.7.3",
24
- "chai": "^5.1.1",
25
- "dotenv": "^16.4.5"
26
- },
27
- "dependencies": {
28
- "node-fetch": "^3.3.2",
29
- "promise": "^8.3.0",
30
- "axios": "1.7.7"
31
- }
1
+ {
2
+ "name": "@apiverve/timezonelookup",
3
+ "version": "1.1.7",
4
+ "description": "Timezone Lookup is a simple tool for looking up timezone data. It returns the timezone name, offset, and more.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/apiverve/timezonelookup-API.git"
12
+ },
13
+ "keywords": [
14
+ "timezone lookup","timezone lookup api","timezone lookup tool","timezone lookup software","timezone lookup service"
15
+ ],
16
+ "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/apiverve/timezonelookup-API/issues"
20
+ },
21
+ "homepage": "https://apiverve.com/marketplace/api/timezonelookup?utm_source=npm",
22
+ "devDependencies": {
23
+ "mocha": "^11.0.1",
24
+ "chai": "^5.1.2",
25
+ "dotenv": "^16.4.7"
26
+ },
27
+ "dependencies": {
28
+ "node-fetch": "^3.3.2",
29
+ "promise": "^8.3.0",
30
+ "axios": "1.7.9"
31
+ }
32
32
  }