Skip to content

Commit

Permalink
Add Amazon.nl
Browse files Browse the repository at this point in the history
  • Loading branch information
shkm committed Feb 9, 2024
1 parent 99cab6e commit 4e282a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/amazonRegion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ export const AmazonRegions: Record<AmazonAccountRegion, AmazonAccount> = {
kindleReaderUrl: 'https://lire.amazon.fr',
notebookUrl: 'https://lire.amazon.fr/notebook',
},
netherlands: {
name: 'The Netherlands',
hostname: 'amazon.nl',
kindleReaderUrl: 'https://lezen.amazon.nl',
notebookUrl: 'https://lezen.amazon.nl/notebook',
},
};

export const currentAmazonRegion = (): AmazonAccount => {
Expand Down
3 changes: 2 additions & 1 deletion src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export type AmazonAccountRegion =
| 'germany'
| 'italy'
| 'UK'
| 'france';
| 'france'
| 'netherlands';

export type AmazonAccount = {
name: string;
Expand Down

0 comments on commit 4e282a7

Please sign in to comment.