forked from SantasHelpers/secretsanta
-
Notifications
You must be signed in to change notification settings - Fork 0
witygass/secretsanta
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DOCS /////////////////// ////AMAZON API///// /////////////////// Search for Amazon Product Advertising API, it went through 2 name changes and docs are weird. use aws because doing it by hand requires too much work. Amazon Data = result result.Items.Item = array of items Item[n].ItemAttributes.ListPrice <- may or may not exist because of items with variations, we chose to ignore items without a ListPrice. Item[n].ItemAttributes.Title = name of Item Item[n].ItemAttributes.ListPrice.FormattedPrice = price with $ sign Item[n].DetailPageURL = link to amazon page. Item[n].SmallImage.URL Item[n].MediumImage.URL Item[n].LargeImage.URL = Images with respective size.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 94.5%
- HTML 3.1%
- CSS 2.4%