leonelsearchapi 1.0.1 → 1.0.2
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/package.json +2 -2
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leonelsearchapi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Official JavaScript client for LeonelSearchAPI. Perform searches easily with your API key.",
|
|
5
5
|
"homepage": "https://github.com/LeonelDevStudios/LeonelSearchAPI#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
19
19
|
}
|
|
20
|
-
}
|
|
20
|
+
}
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# LeonelSearchAPI
|
|
2
2
|
|
|
3
|
-
Official JavaScript client for the **
|
|
3
|
+
Official JavaScript client for the **LeonelSearchAPI**.
|
|
4
4
|
Easily perform web searches and retrieve structured results using your API key.
|
|
5
5
|
|
|
6
6
|
---
|
|
@@ -61,7 +61,7 @@ searchExample();
|
|
|
61
61
|
|
|
62
62
|
### `new LeonelSearchAPI({ apiKey })`
|
|
63
63
|
|
|
64
|
-
- **apiKey** _(string, required)_: Your personal
|
|
64
|
+
- **apiKey** _(string, required)_: Your personal LeonelSearchAPI key
|
|
65
65
|
|
|
66
66
|
### `client.search({ query, type, limit, page })`
|
|
67
67
|
|