fotoparadies-cli

1.0.6 • Public • Published

NPM version

Fotoparadies CLI

Fotoparadies CLI is an unofficial tool for checking the status of an order at dm Foto-Paradies directly in the terminal.

Table of Contents

  1. Installation
  2. Setup
  3. Usage
  4. Directory Structure
  5. Legal

Installation

Global

npm install fotoparadies-cli -g

Via npx

npx fotoparadies-cli

See Usage for further instructions

Setup

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

Usage

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

Directory Structure

  • lib/ is intended for code that can run as-is
  • bin/ 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.

Legal

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.

Readme

Keywords

Package Sidebar

Install

npm i fotoparadies-cli

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

7.61 kB

Total Files

6

Last publish

Collaborators

  • paulborm