@apiverve/meteorites 1.1.7 → 1.1.8
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.
- package/README.md +26 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,31 +69,31 @@ api.execute(query, function (error, data) {
|
|
|
69
69
|
###### Example Response
|
|
70
70
|
|
|
71
71
|
```
|
|
72
|
-
{
|
|
73
|
-
"status": "ok",
|
|
74
|
-
"error": null,
|
|
75
|
-
"data": {
|
|
76
|
-
"count": 1,
|
|
77
|
-
"filteredOn": [
|
|
78
|
-
"name"
|
|
79
|
-
],
|
|
80
|
-
"meteors": [
|
|
81
|
-
{
|
|
82
|
-
"name": "Allende",
|
|
83
|
-
"recclass": "CV3",
|
|
84
|
-
"mass": "2000000",
|
|
85
|
-
"year": "1969",
|
|
86
|
-
"geolocation": {
|
|
87
|
-
"type": "Point",
|
|
88
|
-
"coordinates": [
|
|
89
|
-
-105.31667,
|
|
90
|
-
26.96667
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
"code": 200
|
|
72
|
+
{
|
|
73
|
+
"status": "ok",
|
|
74
|
+
"error": null,
|
|
75
|
+
"data": {
|
|
76
|
+
"count": 1,
|
|
77
|
+
"filteredOn": [
|
|
78
|
+
"name"
|
|
79
|
+
],
|
|
80
|
+
"meteors": [
|
|
81
|
+
{
|
|
82
|
+
"name": "Allende",
|
|
83
|
+
"recclass": "CV3",
|
|
84
|
+
"mass": "2000000",
|
|
85
|
+
"year": "1969",
|
|
86
|
+
"geolocation": {
|
|
87
|
+
"type": "Point",
|
|
88
|
+
"coordinates": [
|
|
89
|
+
-105.31667,
|
|
90
|
+
26.96667
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"code": 200
|
|
97
97
|
}
|
|
98
98
|
```
|
|
99
99
|
|
|
@@ -119,7 +119,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
|
|
|
119
119
|
## License
|
|
120
120
|
Licensed under the The MIT License (MIT)
|
|
121
121
|
|
|
122
|
-
Copyright (©)
|
|
122
|
+
Copyright (©) 2025 APIVerve, and EvlarSoft LLC
|
|
123
123
|
|
|
124
124
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
125
125
|
|
package/package.json
CHANGED