Skip to content

Commit 264b50e

Browse files
author
oleg.kulyk
committed
API fixed. NPM set up.
1 parent 740ca91 commit 264b50e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
const ProductsScraper = require('./products-scraper')
44

5-
module.exports = (options) => { return new ProductsScraper(options) }
5+
module.exports = ProductsScraper

package.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "amazon-proxy-scraper",
2+
"name": "@scrapingant/amazon-proxy-scraper",
33
"version": "1.0.0",
44
"description": "Amazon products scraper by keyword with using ScrapingAnt API",
55
"main": "index.js",
@@ -25,5 +25,14 @@
2525
"got": "^11.1.0",
2626
"json2csv": "^5.0.1",
2727
"yargs": "^15.3.1"
28-
}
28+
},
29+
"devDependencies": {},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/ScrapingAnt/amazon_scraper.git"
33+
},
34+
"bugs": {
35+
"url": "https://github.com/ScrapingAnt/amazon_scraper/issues"
36+
},
37+
"homepage": "https://github.com/ScrapingAnt/amazon_scraper#readme"
2938
}

0 commit comments

Comments
 (0)