-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |
This file contains 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 characters
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" |