198-web-scraper-link-preview icon indicating copy to clipboard operation
198-web-scraper-link-preview copied to clipboard

trafficstars

Web Scraper - Link Preview

Build a web scraper for link previews with Firebase Cloud Functions.

Example Usage

Clone this repo, then run your favorite flavor:

# backend
cd functions
npm install
npm run serve

# frontend
cd react-app
npm install
npm start