Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russellsteadman/affiliate-plugin-amazon
Automatic affiliation of Amazon URLs based upon locality
https://github.com/russellsteadman/affiliate-plugin-amazon
affiliate affiliates amazon amazon-url
Last synced: 19 days ago
JSON representation
Automatic affiliation of Amazon URLs based upon locality
- Host: GitHub
- URL: https://github.com/russellsteadman/affiliate-plugin-amazon
- Owner: russellsteadman
- License: mit
- Created: 2018-01-18T16:22:41.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T01:20:39.000Z (about 2 years ago)
- Last Synced: 2024-12-10T00:54:02.352Z (about 1 month ago)
- Topics: affiliate, affiliates, amazon, amazon-url
- Language: JavaScript
- Homepage: https://affiliate.js.org/plugins/amazon
- Size: 2.23 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AffiliatePluginAmazon
This plugin for the open source [Affiliate package](https://github.com/russellsteadman/affiliate) automatically affiliates Amazon URLs based upon locality.
## Installation
```bash
$ npm i -S affiliate affiliate-plugin-amazon
$ yarn add affiliate affiliate-plugin-amazon
```## What It Can Do
Affiliate can modify the following link into any of the others.
```html
Japan
USA
Germany
UK
```If the user's primary language is Italian, all links would become:
```html
My Locality
```Or url modification can be disabled:
```html
Japan
USA
Germany
UK
```## Documentation
Plugin documentation available here: [affiliate.js.org/plugins/amazon](https://affiliate.js.org/plugins/amazon).
Affiliate is simple and quick to set up, even for more complex usage. Read the docs at: [affiliate.js.org](https://affiliate.js.org/).
## License
MIT (C) [Russell Steadman](https://www.russellsteadman.com/?utm_source=aff_amz_repo&utm_medium=readme_copy). Learn more in the [LICENSE](https://github.com/russellsteadman/affiliate-plugin-amazon/blob/master/LICENSE) file.