Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinpal committed May 5, 2024
1 parent 7c966de commit 07636e8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Cheers 🎉
| Saudi Arabia | sa | [amazon.sa](https://www.amazon.sa) | `Partial 🚧` |
| UAE | ae | [amazon.ae](https://www.amazon.ae) | `Partial 🚧` |

## Legal
## Legal Disclaimer ⚖️

Accroding to some website it is not illegal to scrape public data from Amazon. I am not responsible for any misuse of this API. Use it at your own risk. This project comply with these terms:

Expand Down
6 changes: 5 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,22 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240403.0",
"wrangler": "^3.47.0"
}
},
"name": "amazon-api",
"description": "This project is a comprehensive edge API for Amazon. It supports search and product endpoints. The search endpoint allows you to search for products on Amazon. The product endpoint allows you to get product details by ASIN. This API supports both `REST` and `GraphQL` endpoints.",
"version": "2.0.0",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/tuhinpal/amazon-api.git"
},
"keywords": [
"amazon"
],
"author": "Tuhin Kanti Pal <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tuhinpal/amazon-api/issues"
},
"homepage": "https://github.com/tuhinpal/amazon-api#readme"
}
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "amazon-scraper"
name = "amazon-api"
compatibility_date = "2023-12-01"

0 comments on commit 07636e8

Please sign in to comment.