Go to file
Yorick van Pelt 0b72623f39
update
2024-02-25 09:26:15 +01:00
bin switch to yarn, package 2023-01-30 13:31:06 +01:00
.envrc Add typescript-language-server 2023-02-04 21:09:54 +01:00
.gitignore Add typescript-language-server 2023-02-04 21:09:54 +01:00
.yarnignore switch to yarn, package 2023-01-30 13:31:06 +01:00
README.md Add meta.mainProgram arg 2023-01-30 14:59:21 +01:00
flake.lock update 2024-02-25 09:26:15 +01:00
flake.nix Add typescript-language-server 2023-02-04 21:09:54 +01:00
index.ts update 2024-02-25 09:26:15 +01:00
package.json update 2024-02-25 09:26:15 +01:00
tsconfig.json Commit some code 2023-01-29 18:34:53 +01:00
util.ts switch to yarn, package 2023-01-30 13:31:06 +01:00
yarn.lock update 2024-02-25 09:26:15 +01:00

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")