https://github.com/zhanglun/feishu-robot-service
Feishu robot service based on Nest.js
https://github.com/zhanglun/feishu-robot-service
Last synced: 4 months ago
JSON representation
Feishu robot service based on Nest.js
- Host: GitHub
- URL: https://github.com/zhanglun/feishu-robot-service
- Owner: zhanglun
- Created: 2023-03-09T10:12:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T02:25:03.000Z (about 2 years ago)
- Last Synced: 2024-12-27T02:13:52.308Z (6 months ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feishu robot service
a simple node service based on Nest.js for aiming push feishu message to any group
## How to use
## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# debug mode
$ pnpm run start:debug# production mode
$ pnpm run start:prod
```## Building
```bash
$ pnpm run build
```