Skip to content

serpapi/vibecoding-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Coding with SerpApi

Source code for the Vibe Coding with SerpApi YouTube series. Each folder is a self-contained project built live on stream using SerpApi and AI-assisted coding.

Series links

Projects

Check whether a keyword triggers a Google AI Overview or AI Mode response.
Built with Node.js + Express. Queries SerpApi's google and google_ai_mode engines and displays the AI-generated blocks and source references.

Compare product prices and ratings across Amazon, eBay, and Google Shopping side by side.
Built with Node.js + Express. Uses SerpApi's amazon, ebay, and google_shopping engines.


Getting started

Each project is independent. To run one:

cd <project-folder>
npm install
cp .env.example .env   # add your SERPAPI_KEY
npm start

Then open http://localhost:3000 in your browser.

Prerequisites

  • Node.js 18+
  • A SerpApi API key (free plan available)

About

Code from SerpApi's Vibe Coding Youtube series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors