1.0.34 • Published 10 months ago
@serptech/api v1.0.34
Serp API JS library
Installation
NPM
npm i --save @serp/apiYarn
yarn add @serp/apiUsage
// ES2015 module import:
import { createSerpRestApi, createSerpWsApi } from "@serp/api";
// CommonJS module require:
const { createSerpRestApi, createSerpWsApi } = require("@serp/api");
// REST
const SerpRestApi = createSerpRestApi({
version: 1,
token: "YOUR_SERP_TOKEN",
});
// WebSocket
const SerpWsApi = createSerpWsApi({
version: 1,
token: "YOUR_SERP_TOKEN",
});
SerpWsApi.connect();1.0.19
1 year ago
1.0.18
1 year ago
1.0.21
12 months ago
1.0.20
1 year ago
1.0.26
11 months ago
1.0.25
11 months ago
1.0.24
11 months ago
1.0.23
12 months ago
1.0.29
10 months ago
1.0.28
10 months ago
1.0.27
11 months ago
1.0.33
10 months ago
1.0.32
10 months ago
1.0.31
10 months ago
1.0.30
10 months ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.34
10 months ago
1.0.10
1 year ago
1.0.12
1 year ago
1.0.9
1 year ago
1.0.7
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.2
1 year ago
1.0.3
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago