Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 453 Bytes

ScraperQL

Build

This is web scraper based on the recursive feature of GraphQL

Setup

  • Install node using nvm.
  • Install yarn using corepack enable.
  • Copy .env.example to .env and add PORT.
  • Run yarn dev for development build.
  • Run yarn start for production build.