Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 263 Bytes

File metadata and controls

15 lines (10 loc) · 263 Bytes

Basic JavaScript example for Node.js 7 and newer

Usage

  1. Setup environment variables
  • Duplicate .env.example and name it .env.
  • Replace YOUR_API_KEY with your SerpApi API key.
  1. Install dependencies and run example
npm i
npm start