You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/javascript/clients/README.mustache
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@
37
37
> This API client already a dependency of [the algoliasearch client](https://www.npmjs.com/package/algoliasearch), you don't need to manually install `{{{npmPackageName}}}` if you already have `algoliasearch` installed.
38
38
{{/isAvailableInAlgoliasearch}}
39
39
40
-
### With a package manager
41
-
42
40
To get started, you first need to install {{npmPackageName}} (or any other available API client package).
43
-
44
41
All of our clients comes with type definition, and are available for both browser and node environments.
45
42
43
+
### With a package manager
44
+
45
+
46
46
```bash
47
47
yarn add {{npmPackageName}}
48
48
# or
@@ -68,6 +68,8 @@ Add the following JavaScript snippet to the <head> of your website:
68
68
{{/isAlgoliasearchClient}}
69
69
```
70
70
71
+
### Usage
72
+
71
73
You can now import the Algolia API client in your project and play with it.
0 commit comments