Files
Message-Push-Nest/README.md
T

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-01-01 12:16:05 +08:00
# Message Nest
2023-12-30 17:40:20 +08:00
2024-01-01 12:16:05 +08:00
如果你有很多消息推送方式,每次都需要调用各种接口去发送消息,这个项目可以帮你管理各种消息方式,并提供统一的api接入。你可以自由组合各种方式,一个api推送到各种渠道,帮你省去接入的繁琐步骤。
2024-01-01 12:17:16 +08:00
2024-01-01 12:16:05 +08:00
项目名叫信息巢,意思是一个拥有各种渠道信息方式的集合站点。
2023-12-30 17:40:20 +08:00
2024-01-01 13:18:26 +08:00
### 项目来由
自己常常写一些脚本需要消息推送,经常需要接入不同的消息发送,很不方便,于是就有了这个项目。
该项目也是学习[go-gin-example](https://github.com/eddycjy/go-gin-example)的一次实践。
2024-01-01 12:16:05 +08:00
# 效果图
![image](https://github.com/EngiGu/Message-Nest/assets/24751376/51bfae66-2671-418d-8af6-fdab53b3a763)
![image](https://github.com/EngiGu/Message-Nest/assets/24751376/f71a2e65-4fbb-4937-aaf7-7841a5b6b2a8)
![image](https://github.com/EngiGu/Message-Nest/assets/24751376/18558e0f-8fcd-40e9-aace-e642260fe229)
![image](https://github.com/EngiGu/Message-Nest/assets/24751376/aef58d51-7806-43a8-b98c-1f89cd075a38)
2023-12-30 17:40:20 +08:00