Skip to content

Instantly share code, notes, and snippets.

View pzsdev's full-sized avatar
:octocat:
Focusing

zhisheng pzsdev

:octocat:
Focusing
View GitHub Profile
@imdong
imdong / apple.js
Last active September 28, 2023 08:50
/**
* Apple Store 专卖店库存监控
*
* Docker:
* 前台运行 $ docker run --rm -it -v $(pwd):/app --name="apple" node:alpine node /app/apple.js
* 后台运行 $ docker run --rm -it -d -v $(pwd):/app --name="apple" node:alpine node /app/apple.js
* 后台时实时查看日志 $ docker logs -f -n 100 apple
*
* 需先: npm i axios
*