Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Created August 29, 2020 20:44
Show Gist options
  • Select an option

  • Save kevinchisholm/73c84faabdbfbc9ee03634008957c41a to your computer and use it in GitHub Desktop.

Select an option

Save kevinchisholm/73c84faabdbfbc9ee03634008957c41a to your computer and use it in GitHub Desktop.

Revisions

  1. kevinchisholm created this gist Aug 29, 2020.
    11 changes: 11 additions & 0 deletions scraper-api-example-package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    {
    "name": "scraper-api-example",
    "version": "1.0.0",
    "description": "Scraper API Example",
    "main": "app.js",
    "author": "Kevin Chisholm",
    "license": "ISC",
    "dependencies": {
    "scraperapi-sdk": "^1.0.6"
    }
    }