Created
August 29, 2020 20:44
-
-
Save kevinchisholm/73c84faabdbfbc9ee03634008957c41a to your computer and use it in GitHub Desktop.
Revisions
-
kevinchisholm created this gist
Aug 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" } }