Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

auchand-check

v-six10MIT0.4.0TypeScript support: included

Little tool to check if an Auchan Drive have an available slot

oclif

readme

auchand-check

Little tool to check if an Auchan Drive have an available slot

oclif Version Downloads/week License

  • Usage
  • Commands

    Usage

    $ npm install -g auchand-check
    $ auchand-check COMMAND
    running command...
    $ auchand-check (-v|--version|version)
    auchand-check/0.4.0 darwin-x64 node-v13.12.0
    $ auchand-check --help [COMMAND]
    USAGE
    $ auchand-check COMMAND
    ...

    Commands

  • auchand-check help [COMMAND]
  • auchand-check slot

auchand-check help [COMMAND]

display help for auchand-check

USAGE
  $ auchand-check help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

auchand-check slot

search for the next available slot in an Auchan Drive store

USAGE
  $ auchand-check slot

OPTIONS
  -d, --dbFile=dbFile    [default: ./db/auchan-drive.db] Local database file
  -h, --help             show CLI help
  -n, --notify=notify    Slack channel to notify
  -p, --persist          Enable persistence
  -s, --storeId=storeId  [default: 870] Id of the store to check

EXAMPLE
  $ auchand-check slot -s 870 -p -n xxxxxxxxxxx
  - Name: Aubiere / Clermont Ferrand
  - Slot: Wed Apr 15 2020 12:00:00 GMT+0200
  Checking slot availability for 870... done
  Persisting slot in ./db/auchan-drive.db... done
  Notifying slack channel xxxxxxxxxxx... done

See code: src/commands/slot.ts