t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

Heroku Demo Down #57

Closed sascha1337 closed 7 years ago

sascha1337 commented 7 years ago

http://watchlist-koa.herokuapp.com/amazon/Shoes?title=nike%20nevis screen shot 2016-09-04 at 23 04 26

Lowell130 commented 7 years ago

any working code demo?

JuanCrg90 commented 7 years ago

Hi I just created a mirror for the heroku app

https://juancrg90-watchlist-koa.herokuapp.com/amazon/Shoes?title=nike https://juancrg90-watchlist-koa.herokuapp.com/amazon/DVD?title=alien https://juancrg90-watchlist-koa.herokuapp.com/amazon/VideoGames?title=streets%20of%20rage

regards.

Lowell130 commented 7 years ago

how i can see in action?

masterT commented 7 years ago

It's an API, there is no UI.

Lowell130 commented 7 years ago

i am newbie and really want know how it work, any help?

JuanCrg90 commented 7 years ago

@Lowell130 check the examples directory https://github.com/t3chnoboy/amazon-product-api/tree/master/examples there you can check how to the API works.

you need to create an access key, you can see that in the following link.

http://docs.aws.amazon.com/AWSECommerceService/latest/GSG/GettingStarted.htm

@masterT this issue is covered with the mirror links. should we close it?

Lowell130 commented 7 years ago

@JuanCrg90 Hello yes, already i have amazon key but i not understand how use javascript in html page, thank you

JuanCrg90 commented 7 years ago

@Lowell130 this package is for use in your backend, you need to create a server with some node.js framework like Express.js, Meteor or, Koa. the Amazon keys are very delicate, don't expose it.

masterT commented 7 years ago

Yes, I will close it.

Lowell130 commented 7 years ago

@JuanCrg90 thank you!