Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pizza-voucher

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pizza-voucher

pizza.de voucher cli tool

  • 2.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

node-pizza-voucher Build Status

Redeem and list pizza.de voucher codes via the command line.

Requirements

  • Node.js with native promises
  • For development: TypeScript 2.1 / Dev-Dependencies

Global Installation

# npm install -g pizza-voucher # as root
$ pizza-voucher --help

Usage

# list vouchers
pizza-voucher list -u <user> -p <password>

# redeem (and list) vouchers
pizza-voucher redeem -u <user> -p <password> -v <voucher code>

Full help:

$ pizza-voucher
Commands:
  redeem  Redeem a pizza.de voucher code.
  list    List current available vouchers.                                        [aliases: ls]

$ pizza-voucher list
Options:
  --help          Show help                                                           [boolean]
  -u, --user      pizza.de user name                                        [string] [required]
  -p, --password  pizza.de password; will be prompted if not provided  [string] [default: null]

$ pizza-voucher redeem
Options:
  --help          Show help                                                          [boolean]
  -v, --voucher   pizza.de voucher code to redeem                          [string] [required]
  -u, --user      pizza.de user name                                       [string] [required]
  -p, --password  pizza.de password; will be prompted if not provided [string] [default: null]

If -p is not set, it will be prompted.

Build

git clone https://github.com/nikeee/node-pizza-voucher
cd node-pizza-voucher/
npm i
tsc

Keywords

FAQs

Package last updated on 18 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc