1.0.34 • Published 1 year 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
2 years ago
1.0.18
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.26
1 year ago
1.0.25
1 year ago
1.0.24
2 years ago
1.0.23
2 years ago
1.0.29
1 year ago
1.0.28
1 year ago
1.0.27
1 year ago
1.0.33
1 year ago
1.0.32
1 year ago
1.0.31
1 year ago
1.0.30
1 year ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.34
1 year ago
1.0.10
2 years ago
1.0.12
2 years ago
1.0.9
2 years ago
1.0.7
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.2
2 years ago
1.0.3
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago