Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.