Telegram notification service

Parad0x b6c72c2ebb - Added systemd unit file 6 年之前
.vscode 8fdc1faa82 - Moved to typescript 5 年之前
src d1a42c1589 - Standarized output for some operators 5 年之前
systemd-unit b6c72c2ebb - Added systemd unit file 5 年之前
.gitattributes 8fdc1faa82 - Moved to typescript 5 年之前
.gitignore 215808bbec - Add packaging script 5 年之前
LICENSE.md 492c8b3f2c - Fixed license author and year 5 年之前
README.md 8fdc1faa82 - Moved to typescript 5 年之前
client.js 8fdc1faa82 - Moved to typescript 5 年之前
nodemon.json aa569ca452 - Add debuging logs 5 年之前
package-lock.json 8fdc1faa82 - Moved to typescript 5 年之前
package.json 8fdc1faa82 - Moved to typescript 5 年之前
pkg.sh 457ebf151e - Fixed pkg.sh script final cwd 5 年之前
tsconfig.json 8fdc1faa82 - Moved to typescript 5 年之前

README.md

Totify

Dev tools

  • Typescript
  • Nodemon

Scripts

start

node src/index.js

startDev

nodemon src/index.js

build

tsc