Fotoparadies CLI is an unofficial tool for checking the status of an order at dm Foto-Paradies directly in the terminal.
Global
npm install fotoparadies-cli -g
Via npx
npx fotoparadies-cli
See Usage for further instructions
In order to use the cli you have to specify the correct api url. Therefor add it as environment variable to your system. Replace <API_URL>
with the actual url.
⚠️ Because this is no official tool I will NOT provide any api endpoint or other data to the public.
Bash
echo 'export FOTOPARADIES_API_URL=<API_URL>' >> ~/.bash_profile
Zsh
echo 'export FOTOPARADIES_API_URL=<API_URL>' >> ~/.zshenv
fotoparadies --shopNo 1234 --orderNo 123456
Install it on your machine or use via npx. See Installation
Options
Option | Description |
---|---|
-S, --shopNo | add the shop number |
-O, --orderNo | add the order number |
-V, --version | output the version number |
-d, --debug | output debugging |
-h, --help | output usage information |
lib/
is intended for code that can run as-isbin/
is for any executable scripts, or compiled binaries used with, or built from your module.
Directory Structure for JavaScript/Node Projects described here by Michael J. Ryan.
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by dm Foto-Paradies, dm-drogerie markt or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use it at your own risk. I will not provide any infrastructural or personal information of the original service.