1.0.6 • Published 4 years ago

fotoparadies-cli v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

OptionDescription
-S, --shopNo add the shop number
-O, --orderNo add the order number
-V, --versionoutput the version number
-d, --debugoutput debugging
-h, --helpoutput 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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago