You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Yorick van Pelt d71eb1ec02
Update picnic-api to my fork and add cart cmds
8 months ago
bin switch to yarn, package 8 months ago
.envrc Add typescript-language-server 8 months ago
.gitignore Add typescript-language-server 8 months ago
.yarnignore switch to yarn, package 8 months ago
README.md Add meta.mainProgram arg 8 months ago
flake.lock Add nixpkgs input and passthru to nix-npm-bp 8 months ago
flake.nix Add typescript-language-server 8 months ago
index.ts Update picnic-api to my fork and add cart cmds 8 months ago
package.json Update picnic-api to my fork and add cart cmds 8 months ago
tsconfig.json Commit some code 8 months ago
util.ts switch to yarn, package 8 months ago
yarn.lock Update picnic-api to my fork and add cart cmds 8 months ago

README.md

howto

nix run git+https://git.yori.cc/yorick/picnic-cli --

picnic-cli

Available commands:
- async login(user,password)
- async getUserDetails()
- async deliveries()
- async delivery(...ids)

$ npm run start -- deliveries --json

todo:

  • update picnic-api defs, fix product endpoint
    • await p.sendRequest("GET", "/articles/10767262")