Juan Carlos Ruiz

Results 17 comments of Juan Carlos Ruiz

This package must be used in backend. The AWS credentials are very delicate.

@arhoy Client is any tool that you can use to communicate with the service (not only a web browser) for example a google home or Alexa could be a client...

You can't use this package in the web app, you can read more about this in the following issues. https://github.com/t3chnoboy/amazon-product-api/issues/66 https://github.com/t3chnoboy/amazon-product-api/issues/86

I don't think so. The product API requires some delicate API keys that you shouldn't expose in your front end application.

@t3chnoboy @masterT maybe we should add an extra note with that link in the Readme.

I have verified the documentation and the following examples in the package - https://github.com/t3chnoboy/amazon-product-api/blob/master/examples/browseNodeLookup.js#L5 - https://github.com/t3chnoboy/amazon-product-api/blob/master/examples/callback.js#L5 - https://github.com/t3chnoboy/amazon-product-api/blob/master/examples/co.js#L6 - https://github.com/t3chnoboy/amazon-product-api/blob/master/examples/itemLookup.js#L5 - https://github.com/t3chnoboy/amazon-product-api/blob/master/examples/promise.js#L5 - https://github.com/t3chnoboy/amazon-product-api/blob/master/examples/server.js#L11 In all the places we have...

i like the idea, i have a lot of time without check the codebase, but i'd like to help. already exists official package @masterT?

> Just adding a default class to the mark tag is not going to help. > > The issue here is about CSS specificity; > https://polypane.app/css-specificity-calculator/#selector=.autoComplete_wrapper%20%3E%20ul%20%3E%20li%20%3E%20mark > > https://polypane.app/css-specificity-calculator/#selector=.text-blue-200 >...

I have added a PR with a proposal for this scenario https://github.com/TarekRaafat/autoComplete.js/pull/265

Hi @TarekRaafat, currently, if you try to use a utility class the native stylesheet ignores the style because is not a specific class for the selector, you can see the...