Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Created August 29, 2020 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinchisholm/73c84faabdbfbc9ee03634008957c41a to your computer and use it in GitHub Desktop.
Save kevinchisholm/73c84faabdbfbc9ee03634008957c41a to your computer and use it in GitHub Desktop.
Scrape API Example #- package.json
{
"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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment