Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroPush

个人本地消息推送服务

功能

  • Bark 兼容推送 API(POST /push)
  • 前端 Web 页面(发送推送、历史记录)
  • 推送历史记录(保留最近 100 条)
  • 跨域支持

快速开始

�ash cd D:\workspace\MicroPush node server.js

访问 http://localhost:9888

API

方法 路径 说明
POST /push 推送消息(JSON Body)
GET /api/history 获取推送历史
DELETE /api/history 清空历史
GET /health 健康检查

推送格式

json { "title": "标题", "msg": "内容", "link": "https://example.com" }

技术栈

  • Node.js(纯原生,无第三方依赖)
  • 纯 HTML/CSS/JS 前端

许可证

MIT

About

个人本地消息推送服务 - Bark兼容API

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages