amazon-wish-list
amazon-wish-list copied to clipboard
NPM module to find amazon wish lists by their ID or multiple lists by customer ID.
Amazon returns price in this format `10.024.34` which is basically `10024.34`. Something like this fixes it. ```js // using `10.024.34` as example var centsIdx = result[2].lastIndexOf('.'); // 6 var wholes...
closes out https://github.com/stylesuxx/amazon-wish-list/issues/3
Request needs to be installed manually,...
Unless I'm misunderstanding something, you should update the readme to the following. Took me a bit of futzing around to figure it out for myself, because the current instructions did...