apidoc -i app/ -o apidoc/ 开启了egg框架封装好的定时任务,简单demo 在路径/app/schdule/schdule.js自行参考
eg: file:///E:/node-workspace/test-dongwn/apidoc/index.html
git clone https://github.com/ning8341/test-dongwn 或者直接下载zip包
看情况,可能开个人blog也可能展示这个node调用的第三方聊天的小程序 请原谅我的服务器性能,跑一个java程序,再跑这个node的机器人跑不动了
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
- Use
npm run lint
to check code style. - Use
npm test
to run unit test. - Use
npm run autod
to auto detect dependencies upgrade, see autod for more detail.
test-dongwn
├─ .autod.conf.js
├─ .eslintignore
├─ .eslintrc
├─ .github
│ └─ workflows
│ └─ nodejs.yml
├─ .gitignore
├─ .travis.yml
├─ app
│ ├─ controller
│ │ └─ user.js
│ ├─ model
│ │ └─ user.js
│ ├─ public
│ ├─ router
│ │ └─ dongwn.js
│ └─ router.js
├─ appveyor.yml
├─ config
│ ├─ config.default.js
│ └─ plugin.js
├─ jsconfig.json
├─ package.json
├─ README.md
├─ test
│ └─ app
│ └─ controller
│ └─ home.test.js
└─ test-dongwn
├─ .autod.conf.js
├─ .eslintignore
├─ .eslintrc
├─ .gitignore
├─ app
│ ├─ controller
│ │ └─ home.js
│ └─ router.js
├─ config
│ ├─ config.default.js
│ └─ plugin.js
├─ package.json
├─ README.md
└─ test
└─ app
└─ controller
└─ home.test.js