Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/at15/lostmie
Mie is lost, need to send alert to every one
https://github.com/at15/lostmie
Last synced: 7 days ago
JSON representation
Mie is lost, need to send alert to every one
- Host: GitHub
- URL: https://github.com/at15/lostmie
- Owner: at15
- License: mit
- Created: 2016-01-09T13:03:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T03:32:12.000Z (about 9 years ago)
- Last Synced: 2025-01-03T17:58:44.757Z (7 days ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LostMie
Mie is lost, need to send alert to every one
A proxy for alert information, use incoming webhook to post error to `LostMie` and it will send alert to developers using the following methods
- browser: websocket
- mobile device: third party push provider
- email: smtp
- smsIt won't send tons of messages during the midnight if your server is throwing error every second, but it will keep you awake unless you fix the problem or shut down the alert service itself.
## Develop
- install nodejs and npm on your system, recommend using nvm
- `npm install`
- `node server.js` or use `pm2` to run it in background