File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1818### Node.js
1919
2020- Supports Node.js 7.10.1 and newer.
21- - Refer to [ this example] ( https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_7_up ) for help.
21+ - Refer to
22+ [ this example] ( https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_7_up )
23+ for help.
2224
2325``` bash
2426npm install serpapi
@@ -40,7 +42,9 @@ getJson({
4042
4143- If you prefer using the ` import ` syntax and top-level ` await ` , you need to use
4244 at least Node.js 14.8.0.
43- - Refer to [ this example] ( https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_14_up ) for help.
45+ - Refer to
46+ [ this example] ( https://github.com/serpapi/serpapi-javascript/tree/master/examples/node/js_node_14_up )
47+ for help.
4448
4549You will need to add ` "type": "module" ` to your ` package.json ` :
4650
@@ -66,7 +70,9 @@ console.log(response);
6670
6771- Import directly from deno.land.
6872- Usage is otherwise the same as above.
69- - Refer to [ this example] ( https://github.com/serpapi/serpapi-javascript/tree/master/examples/deno ) for help.
73+ - Refer to
74+ [ this example] ( https://github.com/serpapi/serpapi-javascript/tree/master/examples/deno )
75+ for help.
7076
7177``` ts
7278import { getJson } from " https://deno.land/x/serpapi/mod.ts" ;
You can’t perform that action at this time.
0 commit comments