README.md

July 24, 2019 ยท View on GitHub

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

Contents

  1. 1Web Scraper - Link Preview
  2. 2Example Usage